Home | History | Annotate | Download | only in Utils

Lines Matching refs:IfBlock1

1770   BasicBlock *IfBlock1 = PN->getIncomingBlock(0);
1772 if (cast<BranchInst>(IfBlock1->getTerminator())->isConditional()) {
1773 IfBlock1 = nullptr;
1775 DomBlock = *pred_begin(IfBlock1);
1776 for (BasicBlock::iterator I = IfBlock1->begin();!isa<TerminatorInst>(I);++I)
1808 if (IfBlock1)
1810 IfBlock1->getInstList(), IfBlock1->begin(),
1811 IfBlock1->getTerminator());
1829 // At this point, IfBlock1 and IfBlock2 are both empty, so our if statement