Lines Matching refs:NextMBB
1427 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple() local
1450 Redefs.addLiveIns(NextMBB); in IfConvertSimple()
1474 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()
1475 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertSimple()
1513 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle() local
1551 Redefs.addLiveIns(NextMBB); in IfConvertTriangle()
1559 CvtNext = MBPI->getEdgeProbability(&CvtMBB, &NextMBB); in IfConvertTriangle()
1561 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle()
1613 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()
1619 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1620 !NextMBB.hasAddressTaken()) { in IfConvertTriangle()
1624 InsertUncondBranch(*BBI.BB, NextMBB, TII); in IfConvertTriangle()