Searched defs:UnwindDest (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
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()
|
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
|
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()
|
D | AsmWriter.cpp | 3816 if (const BasicBlock *UnwindDest = CatchSwitch->getUnwindDest()) in printInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 643 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 2060 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
D | SimplifyCFG.cpp | 4023 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local 4122 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
|
D | Local.cpp | 2201 BasicBlock *UnwindDest; in removeUnwindEdge() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 890 MachineBasicBlock *UnwindDest = nullptr; in fixUnwindMismatches() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4264 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local 4311 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1772 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local 1779 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local 2845 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local
|