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

/external/llvm/lib/Analysis/
H A DLoads.cpp55 /// ScanFrom, to determine if the address is already accessed.
56 bool llvm::isSafeToLoadUnconditionally(Value *V, Instruction *ScanFrom, argument
102 BasicBlock::iterator BBI = ScanFrom, E = ScanFrom->getParent()->begin();
123 /// instruction before ScanFrom) checking to see if we have the value at the
129 /// something that invalidates *Ptr or provides it, ScanFrom would be left at
130 /// begin() and this returns null. ScanFrom could also be left
140 BasicBlock::iterator &ScanFrom,
153 while (ScanFrom != ScanBB->begin()) {
156 Instruction *Inst = --ScanFrom;
139 FindAvailableLoadedValue(Value *Ptr, BasicBlock *ScanBB, BasicBlock::iterator &ScanFrom, unsigned MaxInstsToScan, AliasAnalysis *AA, MDNode **TBAATag) argument
[all...]

Completed in 428 milliseconds