Searched refs:BI2 (Results 1 – 3 of 3) sorted by relevance
30 __block int BI1, BI2;41 __block int BI1 = 1, BI2 = 2;47 return BI2;
571 BranchInst *BI2 = BranchInst::Create(OrigBB, NewBB2); in SplitLandingPadPredecessors() local583 UpdatePHINodes(OrigBB, NewBB2, NewBB2Preds, BI2, P, HasLoopExit); in SplitLandingPadPredecessors()
1147 BranchInst *BI2 = dyn_cast<BranchInst>(BB2->getTerminator()); in SinkThenElseCodeToEnd() local1148 if (!BI2 || !BI2->isUnconditional()) in SinkThenElseCodeToEnd()