Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h110 NonLocal = 1, enumerator
141 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
161 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp118 bool &NonLocal) const;
310 bool &NonLocal) const { in PhysRegDefsReach()
343 NonLocal = true; in PhysRegDefsReach()