Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp190 removeUnwindEdge(&*BB); in SimplifyFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h349 void removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp982 removeUnwindEdge(BB); in removeImplausibleInstructions()
1016 removeUnwindEdge(BB); in removeImplausibleInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4344 removeUnwindEdge(Pred, DTU); in simplifyCommonResume()
4380 removeUnwindEdge(Pred, DTU); in simplifySingleResume()
4485 removeUnwindEdge(PredBB, DTU); in removeEmptyCleanup()
4642 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
4651 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
4690 removeUnwindEdge(EHPred, DTU); in simplifyUnreachable()
H A DLocal.cpp2412 void llvm::removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) { in removeUnwindEdge() function in llvm