Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Pre

1180            PrE = MBB.pred_end(); PrI != PrE; ++PrI) {
1194 PrE = MBB->pred_end(); PrI != PrE; ++PrI) {
1214 const MachineBasicBlock *Pre = BBI->getOperand(i + 1).getMBB();
1215 if (!Pre->isSuccessor(MBB))
1217 seen.insert(Pre);
1218 BBInfo &PrInfo = MBBInfoMap[Pre];
1226 PrE = MBB->pred_end(); PrI != PrE; ++PrI) {