Home
last modified time | relevance | path

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/
DWinEHPrepare.cpp268 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/
DIRBuilder.cpp87 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()
DVerifier.cpp2110 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
DInstructions.cpp992 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()
DAsmWriter.cpp3816 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/
DInlineFunction.cpp643 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local
2060 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
DSimplifyCFG.cpp4023 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local
4122 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
DLocal.cpp2201 BasicBlock *UnwindDest; in removeUnwindEdge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp890 MachineBasicBlock *UnwindDest = nullptr; in fixUnwindMismatches() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4264 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/
DSelectionDAGBuilder.cpp1772 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local
1779 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local
2845 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local