Searched refs:UnwindDestBB (Results 1 – 1 of 1) sorted by relevance
1961 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local1962 UnwindDestBB->removePredecessor(BB); in changeToCall()1965 DDT->deleteEdge(BB, UnwindDestBB); in changeToCall()2106 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local2108 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()2111 DDT->deleteEdge(BB, UnwindDestBB); in markAliveBlocks()