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.h423 LLVM_ABI Instruction *removeUnwindEdge(BasicBlock *BB,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1161 removeUnwindEdge(BB); in removeImplausibleInstructions()
1197 removeUnwindEdge(BB); in removeImplausibleInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5237 removeUnwindEdge(Pred, DTU); in simplifyCommonResume()
5273 removeUnwindEdge(Pred, DTU); in simplifySingleResume()
5377 removeUnwindEdge(PredBB, DTU); in removeEmptyCleanup()
5550 auto *CI = cast<CallInst>(removeUnwindEdge(TI->getParent(), DTU)); in simplifyUnreachable()
5561 removeUnwindEdge(TI->getParent(), DTU); in simplifyUnreachable()
5600 removeUnwindEdge(EHPred, DTU); in simplifyUnreachable()
H A DLocal.cpp3211 Instruction *llvm::removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) { in removeUnwindEdge() function in llvm