Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp2306 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local
2307 UnwindDestBB->removePredecessor(BB); in changeToCall()
2310 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); in changeToCall()
2481 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local
2483 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()
2486 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); in markAliveBlocks()