Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp137 PhysDefVector &PhysDefs, bool &NonLocal) const;
344 bool &NonLocal) const { in PhysRegDefsReach()
378 NonLocal = true; in PhysRegDefsReach()
868 bool NonLocal; in ProcessBlockPRE() local
872 PhysDefs, NonLocal)) in ProcessBlockPRE()