Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h97 NonLocal = 1, enumerator
128 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
148 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp128 PhysDefVector &PhysDefs, bool &NonLocal) const;
332 bool &NonLocal) const { in PhysRegDefsReach()
366 NonLocal = true; in PhysRegDefsReach()