Home | History | Annotate | Download | only in Utils

Lines Matching defs:PredBB

1169     // Okay, we now know that all edges from PredBB should be revectored to
1171 BasicBlock *PredBB = PN->getIncomingBlock(i);
1176 if (isa<IndirectBrInst>(PredBB->getTerminator())) continue;
1197 TranslateMap[PN] = PN->getIncomingValueForBlock(PredBB);
1224 // Loop over all of the edges from PredBB to BB, changing them to branch
1226 TerminatorInst *PredBBTI = PredBB->getTerminator();
1229 BB->removePredecessor(PredBB);