Searched refs:UnwindDestBB (Results 1 – 1 of 1) sorted by relevance
1984 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local1985 UnwindDestBB->removePredecessor(BB); in changeToCall()1988 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, UnwindDestBB}}); in changeToCall()2130 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local2132 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()2136 {{DominatorTree::Delete, BB, UnwindDestBB}}); in markAliveBlocks()