Lines Matching refs:NextMBB
1529 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple() local
1552 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1576 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()
1577 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertSimple()
1615 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle() local
1653 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1661 CvtNext = MBPI->getEdgeProbability(&CvtMBB, &NextMBB); in IfConvertTriangle()
1663 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle()
1715 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()
1721 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1722 !NextMBB.hasAddressTaken()) { in IfConvertTriangle()
1726 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertTriangle()