Searched refs:CvtBBI (Results 1 – 1 of 1) sorted by relevance
1522 BBInfo *CvtBBI = &TrueBBI; in IfConvertSimple() local1527 std::swap(CvtBBI, NextBBI); in IfConvertSimple()1529 MachineBasicBlock &CvtMBB = *CvtBBI->BB; in IfConvertSimple()1531 if (CvtBBI->IsDone || in IfConvertSimple()1532 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()1535 CvtBBI->IsAnalyzed = false; in IfConvertSimple()1563 CopyAndPredicateBlock(BBI, *CvtBBI, Cond); in IfConvertSimple()1569 PredicateBlock(*CvtBBI, CvtMBB.end(), Cond); in IfConvertSimple()1573 MergeBlocks(BBI, *CvtBBI); in IfConvertSimple()1597 CvtBBI->IsDone = true; in IfConvertSimple()[all …]