Searched refs:UnwindDestBB (Results 1 – 1 of 1) sorted by relevance
2306 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local2307 UnwindDestBB->removePredecessor(BB); in changeToCall()2310 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); in changeToCall()2481 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local2483 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()2486 DTU->applyUpdates({{DominatorTree::Delete, BB, UnwindDestBB}}); in markAliveBlocks()