Searched refs:BB_JmpI (Results 1 – 2 of 2) 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()
201 BranchInst *BB_JmpI = dyn_cast<BranchInst>(BB->getTerminator()); in MergeBlockIntoPredecessor() local202 if (!BB_JmpI || !BB_JmpI->isUnconditional()) in MergeBlockIntoPredecessor()204 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()