Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3828 BasicBlock *CatchSwitchBB = CSI->getParent(); in SimplifyUnreachable() local
3831 CatchSwitchBB->replaceAllUsesWith(CSI->getUnwindDest()); in SimplifyUnreachable()
3834 SmallVector<BasicBlock *, 8> EHPreds(predecessors(CatchSwitchBB)); in SimplifyUnreachable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4223 BasicBlock *CatchSwitchBB = CSI->getParent(); in SimplifyUnreachable() local
4226 CatchSwitchBB->replaceAllUsesWith(CSI->getUnwindDest()); in SimplifyUnreachable()
4229 SmallVector<BasicBlock *, 8> EHPreds(predecessors(CatchSwitchBB)); in SimplifyUnreachable()