Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h101 NonLocal = 1, enumerator
132 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
155 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp114 const PhysDefVector &PhysDefs, bool &NonLocal) const;
337 bool &NonLocal) const { in PhysRegDefsReach()
370 NonLocal = true; in PhysRegDefsReach()
864 bool NonLocal; in ProcessBlockPRE() local
868 PhysDefs, NonLocal)) in ProcessBlockPRE()