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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp704 BasicBlock *OtherBB = 0; local
707 OtherBB = P;
714 if (OtherBB)
716 OtherBB = P;
723 if (StoreBB == DestBB || OtherBB == DestBB)
727 BasicBlock::iterator BBI = OtherBB->getTerminator();
729 if (!OtherBr || BBI == OtherBB->begin())
740 if (BBI==OtherBB->begin())
759 // lives in OtherBB.
771 BBI == OtherBB
[all...]

Completed in 58 milliseconds