Home
last modified time | relevance | path

Searched refs:setUnwindEdgeTo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h257 void setUnwindEdgeTo(Instruction *TI, BasicBlock *Succ);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp799 void llvm::setUnwindEdgeTo(Instruction *TI, BasicBlock *Succ) { in setUnwindEdgeTo() function in llvm
882 setUnwindEdgeTo(BB->getTerminator(), NewBB); in ehAwareSplitEdge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2183 setUnwindEdgeTo(Pred->getTerminator(), NewCleanupPadBB); in rewritePHIsForCleanupPad()