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.h265 LLVM_ABI void setUnwindEdgeTo(Instruction *TI, BasicBlock *Succ);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp659 void llvm::setUnwindEdgeTo(Instruction *TI, BasicBlock *Succ) { in setUnwindEdgeTo() function in llvm
742 setUnwindEdgeTo(BB->getTerminator(), NewBB); in ehAwareSplitEdge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1383 setUnwindEdgeTo(Pred->getTerminator(), NewCleanupPadBB); in rewritePHIsForCleanupPad()