Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp1426 MachineBasicBlock &CvtMBB = *CvtBBI->BB; in IfConvertSimple() local
1429 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()
1436 if (CvtMBB.hasAddressTaken()) in IfConvertSimple()
1449 Redefs.addLiveIns(CvtMBB); in IfConvertSimple()
1457 if (CvtMBB.pred_size() > 1) { in IfConvertSimple()
1463 BBI.BB->removeSuccessor(&CvtMBB, true); in IfConvertSimple()
1466 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple()
1512 MachineBasicBlock &CvtMBB = *CvtBBI->BB; in IfConvertTriangle() local
1515 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertTriangle()
1522 if (CvtMBB.hasAddressTaken()) in IfConvertTriangle()
[all …]