/aosp_15_r20/external/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 69 BasicBlock *UnwindDest, in createInvokeHelper() 387 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 409 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 420 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 430 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
H A D | Verifier.cpp | 1822 BasicBlock *UnwindDest; in getSuccPad() local 3352 BasicBlock *UnwindDest; in visitFuncletPadInst() local 3517 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local 3546 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
|
H A D | Instructions.cpp | 987 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 999 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1021 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 268 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateCXXStateNumbers() local 273 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateCXXStateNumbers() local 378 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateSEHStateNumbers() local 383 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateSEHStateNumbers() local 589 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 258 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateCXXStateNumbers() local 263 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateCXXStateNumbers() local 367 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateSEHStateNumbers() local 372 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateSEHStateNumbers() local 578 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 282 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateCXXStateNumbers() local 287 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateCXXStateNumbers() local 400 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateSEHStateNumbers() local 405 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateSEHStateNumbers() local 608 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 87 BasicBlock *UnwindDest, in createInvokeHelper() 660 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 682 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 693 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 703 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
H A D | Verifier.cpp | 2110 BasicBlock *UnwindDest; in getSuccPad() local 3806 BasicBlock *UnwindDest; in visitFuncletPadInst() local 3971 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local 4000 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
|
H A D | Instructions.cpp | 992 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1004 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1026 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 1117 MachineBasicBlock *UnwindDest = getFakeCallerBlock(MF); in fixCallUnwindMismatches() local 1225 MachineBasicBlock *UnwindDest = P.first; in fixCallUnwindMismatches() local 1334 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in fixCatchUnwindMismatches() local 1357 MachineBasicBlock *UnwindDest = P.second; in fixCatchUnwindMismatches() local
|
H A D | WebAssemblyExceptionInfo.cpp | 132 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in recalculate() local
|
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1826 BasicBlock *UnwindDest = nullptr; in handleLongjmpableCallsForWasmSjLj() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 851 BasicBlock *UnwindDest, uint32_t Flags, ArrayRef<T0> InvokeArgs, in CreateGCStatepointInvokeCommon() 876 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 887 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 898 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
H A D | Verifier.cpp | 2429 BasicBlock *UnwindDest; in getSuccPad() local 4264 BasicBlock *UnwindDest; in visitFuncletPadInst() local 4430 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local 4459 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
|
H A D | Instructions.cpp | 1232 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1244 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1266 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | FunctionPropertiesAnalysis.cpp | 157 const auto *UnwindDest = II->getUnwindDest(); in FunctionPropertiesUpdater() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 567 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 1777 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
H A D | Local.cpp | 1522 BasicBlock *UnwindDest; in removeUnwindEdge() local
|
H A D | SimplifyCFG.cpp | 3517 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local 3616 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 643 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 2060 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 559 std::unique_ptr<BasicBlock> UnwindDest(BasicBlock::Create(C)); in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 660 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 2561 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 890 MachineBasicBlock *UnwindDest = nullptr; in fixUnwindMismatches() local
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 165 BasicBlock *UnwindDest = Inst->getUnwindDest(); in UpgradeExceptionHandling() local 185 BasicBlock *UnwindDest = Invoke->getUnwindDest(); in UpgradeExceptionHandling() local
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4879 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local 4926 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
|