Searched refs:BI2 (Results 1 – 2 of 2) sorted by relevance
550 BranchInst *BI2 = BranchInst::Create(OrigBB, NewBB2); in SplitLandingPadPredecessors() local562 UpdatePHINodes(OrigBB, NewBB2, NewBB2Preds, BI2, P, HasLoopExit); in SplitLandingPadPredecessors()
1148 BranchInst *BI2 = dyn_cast<BranchInst>(BB2->getTerminator()); in SinkThenElseCodeToEnd() local1149 if (!BI2 || !BI2->isUnconditional()) in SinkThenElseCodeToEnd()