Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h364 Instruction *removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU = nullptr);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp976 removeUnwindEdge(BB); in removeImplausibleInstructions()
1010 removeUnwindEdge(BB); in removeImplausibleInstructions()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4893 removeUnwindEdge(Pred, DTU); in simplifyCommonResume()
4929 removeUnwindEdge(Pred, DTU); in simplifySingleResume()
5034 removeUnwindEdge(PredBB, DTU); in removeEmptyCleanup()
5191 auto *CI = cast<CallInst>(removeUnwindEdge(TI->getParent(), DTU)); in simplifyUnreachable()
5202 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
5241 removeUnwindEdge(EHPred, DTU); in simplifyUnreachable()
H A DLocal.cpp2555 Instruction *llvm::removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) { in removeUnwindEdge() function in llvm