Lines Matching refs:NextMBB
1530 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple() local
1553 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1577 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()
1578 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertSimple()
1616 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle() local
1654 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1662 CvtNext = MBPI->getEdgeProbability(&CvtMBB, &NextMBB); in IfConvertTriangle()
1664 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle()
1716 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()
1722 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1723 !NextMBB.hasAddressTaken()) { in IfConvertTriangle()
1727 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertTriangle()