Home | History | Annotate | Download | only in Utils

Lines Matching refs:PredBB

1568     // Okay, we now know that all edges from PredBB should be revectored to
1570 BasicBlock *PredBB = PN->getIncomingBlock(i);
1575 if (isa<IndirectBrInst>(PredBB->getTerminator())) continue;
1596 TranslateMap[PN] = PN->getIncomingValueForBlock(PredBB);
1623 // Loop over all of the edges from PredBB to BB, changing them to branch
1625 TerminatorInst *PredBBTI = PredBB->getTerminator();
1628 BB->removePredecessor(PredBB);