Home
last modified time | relevance | path

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

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