Lines Matching refs:CvtMBB
1542 MachineBasicBlock &CvtMBB = *CvtBBI->BB; in IfConvertSimple() local
1545 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()
1552 if (CvtMBB.hasAddressTaken()) in IfConvertSimple()
1565 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1573 if (CvtMBB.pred_size() > 1) { in IfConvertSimple()
1579 BBI.BB->removeSuccessor(&CvtMBB, true); in IfConvertSimple()
1582 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple()
1628 MachineBasicBlock &CvtMBB = *CvtBBI->BB; in IfConvertTriangle() local
1631 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertTriangle()
1638 if (CvtMBB.hasAddressTaken()) in IfConvertTriangle()
1650 for (MachineBasicBlock *PBB : CvtMBB.predecessors()) { in IfConvertTriangle()
1666 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1675 CvtNext = MBPI->getEdgeProbability(&CvtMBB, &NextMBB); in IfConvertTriangle()
1676 CvtFalse = MBPI->getEdgeProbability(&CvtMBB, CvtBBI->FalseBB); in IfConvertTriangle()
1678 BBCvt = MBPI->getEdgeProbability(BBI.BB, &CvtMBB); in IfConvertTriangle()
1685 if (CvtMBB.pred_size() > 1) { in IfConvertTriangle()
1691 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle()
1692 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertTriangle()
1699 BBI.BB->removeSuccessor(&CvtMBB, true); in IfConvertTriangle()