Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PMBB

1489             MachineBasicBlock *PMBB = *(MBB->pred_begin() + PI);
1490 if (PMBB == MBB) {
1496 PMBB->ReplaceUsesOfBlockWith(MBB, CurTBB);
1497 // If this change resulted in PMBB ending in a conditional
1503 *PMBB, NewCurTBB, NewCurFBB, NewCurCond, true);
1505 DebugLoc pdl = getBranchDebugLoc(*PMBB);
1506 TII->RemoveBranch(*PMBB);
1508 TII->InsertBranch(*PMBB, NewCurTBB, nullptr, NewCurCond, pdl);
1511 PMBB->CorrectExtraCFGEdges(NewCurTBB, nullptr, false);