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

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoads.h37 /// FindAvailableLoadedValue - Scan the ScanBB block backwards (starting at
54 Value *FindAvailableLoadedValue(Value *Ptr, BasicBlock *ScanBB,
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoads.cpp177 /// \brief Scan the ScanBB block backwards to see if we have the value at the
196 Value *llvm::FindAvailableLoadedValue(Value *Ptr, BasicBlock *ScanBB, argument
205 const DataLayout &DL = ScanBB->getModule()->getDataLayout();
212 while (ScanFrom != ScanBB->begin()) {

Completed in 100 milliseconds