Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h103 NonFuncLocal, enumerator
134 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
157 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemDepPrinter.cpp30 NonFuncLocal, enumerator
69 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp30 NonFuncLocal, enumerator
69 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h114 NonFuncLocal, enumerator
145 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
168 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()