Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()