Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h100 NonFuncLocal, enumerator
131 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
154 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemDepPrinter.cpp32 NonFuncLocal, enumerator
71 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()