Home
last modified time | relevance | path

Searched refs:CvtMBB (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp1542 MachineBasicBlock &CvtMBB = *CvtBBI->BB; in IfConvertSimple() local
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
1638 if (CvtMBB.hasAddressTaken()) in IfConvertTriangle()
1666 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1685 if (CvtMBB.pred_size() > 1) { in IfConvertTriangle()
[all …]