Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemDepPrinter.cpp31 NonFuncLocal, enumerator
70 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h105 NonFuncLocal, enumerator
136 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
162 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()