Lines Matching refs:NextMBB
1545 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple() local
1568 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1592 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()
1593 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertSimple()
1631 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle() local
1669 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1677 CvtNext = MBPI->getEdgeProbability(&CvtMBB, &NextMBB); in IfConvertTriangle()
1679 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle()
1731 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()
1737 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1738 !NextMBB.hasAddressTaken()) { in IfConvertTriangle()
1742 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertTriangle()