Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp195 removeUnwindEdge(&*BB); in SimplifyFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h385 void removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp965 removeUnwindEdge(BB); in removeImplausibleInstructions()
999 removeUnwindEdge(BB); in removeImplausibleInstructions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3832 removeUnwindEdge(Pred); in SimplifyCommonResume()
3867 removeUnwindEdge(Pred); in SimplifySingleResume()
4001 removeUnwindEdge(PredBB); in removeEmptyCleanup()
4209 removeUnwindEdge(TI->getParent()); in SimplifyUnreachable()
4214 removeUnwindEdge(TI->getParent()); in SimplifyUnreachable()
4238 removeUnwindEdge(EHPred); in SimplifyUnreachable()
H A DLocal.cpp2161 void llvm::removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) { in removeUnwindEdge() function in llvm