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.h102 NonLocal = 1, enumerator
133 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
156 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
227 /// This is a result from a NonLocal dependence query.
392 /// The returned set of results will include a "NonLocal" result for all
395 /// This method assumes the instruction returns a "NonLocal" dependency
412 /// This method assumes the pointer has a "NonLocal" dependency within
471 /// store the same value and NonLocal which indicate that non-local Def was
/freebsd/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()