Searched refs:CvtBBI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1114 BBInfo *CvtBBI = &TrueBBI; in IfConvertSimple() local 1119 std::swap(CvtBBI, NextBBI); in IfConvertSimple() 1121 if (CvtBBI->IsDone || in IfConvertSimple() 1122 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) { in IfConvertSimple() 1125 CvtBBI->IsAnalyzed = false; in IfConvertSimple() 1129 if (CvtBBI->BB->hasAddressTaken()) in IfConvertSimple() 1140 Redefs.addLiveIns(*CvtBBI->BB); in IfConvertSimple() 1148 if (CvtBBI->BB->pred_size() > 1) { in IfConvertSimple() 1152 CopyAndPredicateBlock(BBI, *CvtBBI, Cond); in IfConvertSimple() 1156 BBI.BB->removeSuccessor(CvtBBI->BB, true); in IfConvertSimple() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 1021 BBInfo *CvtBBI = &TrueBBI; in IfConvertSimple() local 1026 std::swap(CvtBBI, NextBBI); in IfConvertSimple() 1028 if (CvtBBI->IsDone || in IfConvertSimple() 1029 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) { in IfConvertSimple() 1032 CvtBBI->IsAnalyzed = false; in IfConvertSimple() 1043 InitPredRedefs(CvtBBI->BB, Redefs, TRI); in IfConvertSimple() 1046 if (CvtBBI->BB->pred_size() > 1) { in IfConvertSimple() 1050 CopyAndPredicateBlock(BBI, *CvtBBI, Cond, Redefs); in IfConvertSimple() 1052 PredicateBlock(*CvtBBI, CvtBBI->BB->end(), Cond, Redefs); in IfConvertSimple() 1056 MergeBlocks(BBI, *CvtBBI); in IfConvertSimple() [all …]
|