Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h102 NonLocal = 1, enumerator
133 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
156 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp140 PhysDefVector &PhysDefs, bool &NonLocal) const;
343 bool &NonLocal) const { in PhysRegDefsReach()
377 NonLocal = true; in PhysRegDefsReach()
870 bool NonLocal; in ProcessBlockPRE() local
874 PhysDefs, NonLocal)) in ProcessBlockPRE()