Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemDepPrinter.cpp31 NonFuncLocal, enumerator
70 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h101 NonFuncLocal, enumerator
132 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
155 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()