Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()