Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h397 Instruction *removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1125 removeUnwindEdge(BB); in removeImplausibleInstructions()
1159 removeUnwindEdge(BB); in removeImplausibleInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5087 removeUnwindEdge(Pred, DTU); in simplifyCommonResume()
5123 removeUnwindEdge(Pred, DTU); in simplifySingleResume()
5228 removeUnwindEdge(PredBB, DTU); in removeEmptyCleanup()
5401 auto *CI = cast<CallInst>(removeUnwindEdge(TI->getParent(), DTU)); in simplifyUnreachable()
5412 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
5451 removeUnwindEdge(EHPred, DTU); in simplifyUnreachable()
H A DLocal.cpp3170 Instruction *llvm::removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) { in removeUnwindEdge() function in llvm