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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp715 BasicBlock *OtherBB = 0; local
718 OtherBB = P;
725 if (OtherBB)
727 OtherBB = P;
734 if (StoreBB == DestBB || OtherBB == DestBB)
738 BasicBlock::iterator BBI = OtherBB->getTerminator();
740 if (!OtherBr || BBI == OtherBB->begin())
751 if (BBI==OtherBB->begin())
770 // lives in OtherBB.
782 BBI == OtherBB
[all...]

Completed in 75 milliseconds