Home
last modified time | relevance | path

Searched refs:BB_JmpI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp212 BranchInst *BB_JmpI = dyn_cast<BranchInst>(BB->getTerminator()); in MergeBlockIntoPredecessor() local
213 if (!BB_JmpI || !BB_JmpI->isUnconditional()) in MergeBlockIntoPredecessor()
215 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()