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