Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp200 BranchInst *BB_JmpI = dyn_cast<BranchInst>(BB->getTerminator()); in MergeBlockIntoPredecessor() local
201 if (!BB_JmpI || !BB_JmpI->isUnconditional()) in MergeBlockIntoPredecessor()
203 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp201 BranchInst *BB_JmpI = dyn_cast<BranchInst>(BB->getTerminator()); in MergeBlockIntoPredecessor() local
202 if (!BB_JmpI || !BB_JmpI->isUnconditional()) in MergeBlockIntoPredecessor()
204 NewSucc = BB_JmpI->getSuccessor(0); in MergeBlockIntoPredecessor()