Searched refs:UnwindEdge (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 387 BasicBlock *UnwindEdge,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 544 BasicBlock *BB, BasicBlock *UnwindEdge, in HandleCallsInBlockInlinedThroughInvoke() argument 590 changeToInvokeAndSplitBasicBlock(CI, UnwindEdge); in HandleCallsInBlockInlinedThroughInvoke()
|
H A D | Local.cpp | 2924 BasicBlock *UnwindEdge, in changeToInvokeAndSplitBasicBlock() argument 2948 UnwindEdge, InvokeArgs, OpBundles, CI->getName(), BB); in changeToInvokeAndSplitBasicBlock() 2955 DTU->applyUpdates({{DominatorTree::Insert, BB, UnwindEdge}}); in changeToInvokeAndSplitBasicBlock()
|