Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:DestBB

733   BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
737 pred_iterator PI = pred_begin(DestBB);
744 if (++PI == pred_end(DestBB))
753 if (++PI != pred_end(DestBB))
758 if (StoreBB == DestBB || OtherBB == DestBB)
826 DestBB->front());
831 BBI = DestBB->getFirstInsertionPt();