Searched defs:ScanFrom (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLoads.cpp86 /// ScanFrom, to determine if the address is already accessed.
87 bool llvm::isSafeToLoadUnconditionally(Value *V, Instruction *ScanFrom, argument
131 BasicBlock::iterator BBI = ScanFrom, E = ScanFrom->getParent()->begin();
152 /// instruction before ScanFrom) checking to see if we have the value at the
158 /// something that invalidates *Ptr or provides it, ScanFrom would be left at
159 /// begin() and this returns null. ScanFrom could also be left
169 BasicBlock::iterator &ScanFrom,
182 while (ScanFrom != ScanBB->begin()) {
185 Instruction *Inst = --ScanFrom;
168 FindAvailableLoadedValue(Value *Ptr, BasicBlock *ScanBB, BasicBlock::iterator &ScanFrom, unsigned MaxInstsToScan, AliasAnalysis *AA, MDNode **TBAATag) argument
[all...]

Completed in 76 milliseconds