Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp187 removeUnwindEdge(&*BB); in SimplifyFunction()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h364 void removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp979 removeUnwindEdge(BB); in removeImplausibleInstructions()
1013 removeUnwindEdge(BB); in removeImplausibleInstructions()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4726 removeUnwindEdge(Pred, DTU); in simplifyCommonResume()
4762 removeUnwindEdge(Pred, DTU); in simplifySingleResume()
4867 removeUnwindEdge(PredBB, DTU); in removeEmptyCleanup()
5024 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
5033 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
5072 removeUnwindEdge(EHPred, DTU); in simplifyUnreachable()
H A DLocal.cpp2447 void llvm::removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) { in removeUnwindEdge() function in llvm