Searched refs:NonFuncLocal (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp30 NonFuncLocal, enumerator in enum:__anon13841::MemDepPrinter::DepType
69 return InstTypePair(dep.getInst(), NonFuncLocal);
91 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h89 /// NonFuncLocal - This marker indicates that the query has no
91 NonFuncLocal = 0x8, enumerator in enum:llvm::MemDepResult::OtherType
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
146 && Value.getPointer() == reinterpret_cast<Instruction*>(NonFuncLocal);
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h103 NonFuncLocal, enumerator in enum:llvm::MemDepResult::OtherType
134 return MemDepResult(ValueTy::create<Other>(NonFuncLocal));
157 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemDepPrinter.cpp31 NonFuncLocal, enumerator in enum:__anon22575::MemDepPrinter::DepType
70 return InstTypePair(dep.getInst(), NonFuncLocal);
92 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};

Completed in 89 milliseconds