Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h98 NonLocal = 1, enumerator
129 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
149 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp132 PhysDefVector &PhysDefs, bool &NonLocal) const;
336 bool &NonLocal) const { in PhysRegDefsReach()
370 NonLocal = true; in PhysRegDefsReach()