Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h104 NonFuncLocal, enumerator
135 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
161 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal; in isNonFuncLocal()