Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1984 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local
1985 UnwindDestBB->removePredecessor(BB); in changeToCall()
1988 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, UnwindDestBB}}); in changeToCall()
2130 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local
2132 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()
2136 {{DominatorTree::Delete, BB, UnwindDestBB}}); in markAliveBlocks()