Lines Matching full:pred
152 // Make all PHI nodes that referred to BB now refer to Pred as their
249 // single pred. Split the block.
251 // If the successor only has a single pred, split the top of the successor
336 BasicBlock *Pred = *i;
341 if (Loop *PL = LI->getLoopFor(Pred))
349 if (L->contains(Pred))
367 BasicBlock *Pred = *i;
368 if (Loop *PredLoop = LI->getLoopFor(Pred)) {
585 BasicBlock *Pred = *i++;
586 if (Pred == NewBB1) continue;
587 assert(!isa<IndirectBrInst>(Pred->getTerminator()) &&
589 NewBB2Preds.push_back(Pred);
649 BasicBlock *Pred) {
650 Instruction *UncondBranch = Pred->getTerminator();
653 Pred->getInstList().push_back(NewRet);
666 Pred->getInstList().insert(NewRet->getIterator(), NewBC);
672 NewBC->setOperand(0, PN->getIncomingValueForBlock(Pred));
674 *i = PN->getIncomingValueForBlock(Pred);
681 BB->removePredecessor(Pred);