Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2921 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local
2922 UnwindDestBB->removePredecessor(BB); in changeToCall()
2925 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); in changeToCall()
3096 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local
3098 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()
3101 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); in markAliveBlocks()