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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h85 /// NonLocal - This marker indicates that the query has no dependency in
88 NonLocal = 0x4, enumerator in enum:llvm::MemDepResult::OtherType
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
139 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal);
212 /// NonLocalDepResult - This is a result from a NonLocal dependence query.
353 /// "NonLocal" result for all blocks where the value is live across.
355 /// This method assumes the instruction returns a "NonLocal" dependency
369 /// This method assumes the pointer has a "NonLocal" dependency within BB.
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineCSE.cpp93 bool &NonLocal) const;
230 bool &NonLocal) const {
263 NonLocal = true;

Completed in 171 milliseconds