Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1522 BBInfo *CvtBBI = &TrueBBI; in IfConvertSimple() local
1527 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 …]