Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1961 BasicBlock *UnwindDestBB = II->getUnwindDest(); in changeToCall() local
1962 UnwindDestBB->removePredecessor(BB); in changeToCall()
1965 DDT->deleteEdge(BB, UnwindDestBB); in changeToCall()
2106 BasicBlock *UnwindDestBB = II->getUnwindDest(); in markAliveBlocks() local
2108 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks()
2111 DDT->deleteEdge(BB, UnwindDestBB); in markAliveBlocks()