Searched refs:UnwindEdge (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 369 BasicBlock *UnwindEdge);
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 418 BasicBlock *BB, BasicBlock *UnwindEdge, in HandleCallsInBlockInlinedThroughInvoke() argument 485 InvokeInst::Create(CI->getCalledValue(), Split, UnwindEdge, InvokeArgs, in HandleCallsInBlockInlinedThroughInvoke()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 528 BasicBlock *BB, BasicBlock *UnwindEdge, in HandleCallsInBlockInlinedThroughInvoke() argument 576 changeToInvokeAndSplitBasicBlock(CI, UnwindEdge); in HandleCallsInBlockInlinedThroughInvoke()
|
D | Local.cpp | 1969 BasicBlock *UnwindEdge) { in changeToInvokeAndSplitBasicBlock() argument 1990 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, UnwindEdge, in changeToInvokeAndSplitBasicBlock()
|