Searched refs:CvtBBI (Results 1 – 1 of 1) sorted by relevance
1030 BBInfo *CvtBBI = &TrueBBI; in IfConvertSimple() local1035 std::swap(CvtBBI, NextBBI); in IfConvertSimple()1037 if (CvtBBI->IsDone || in IfConvertSimple()1038 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) { in IfConvertSimple()1041 CvtBBI->IsAnalyzed = false; in IfConvertSimple()1045 if (CvtBBI->BB->hasAddressTaken()) in IfConvertSimple()1056 Redefs.addLiveIns(CvtBBI->BB); in IfConvertSimple()1064 if (CvtBBI->BB->pred_size() > 1) { in IfConvertSimple()1068 CopyAndPredicateBlock(BBI, *CvtBBI, Cond); in IfConvertSimple()1072 BBI.BB->removeSuccessor(CvtBBI->BB); in IfConvertSimple()[all …]