Searched refs:BB_JmpI (Results 1 – 1 of 1) sorted by relevance
212 BranchInst *BB_JmpI = dyn_cast<BranchInst>(BB->getTerminator()); in MergeBlockIntoPredecessor() local213 if (!BB_JmpI || !BB_JmpI->isUnconditional()) in MergeBlockIntoPredecessor()215 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()