Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemDepPrinter.cpp29 NonFuncLocal, enumerator
68 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h113 NonFuncLocal, enumerator
144 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
167 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()