Home
last modified time | relevance | path

Searched defs:UnwindDest (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp282 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
611 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1136 MachineBasicBlock *UnwindDest = getFakeCallerBlock(MF); in fixCallUnwindMismatches() local
1244 MachineBasicBlock *UnwindDest = P.first; in fixCallUnwindMismatches() local
1353 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in fixCatchUnwindMismatches() local
1376 MachineBasicBlock *UnwindDest = P.second; in fixCatchUnwindMismatches() local
H A DWebAssemblyExceptionInfo.cpp131 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in recalculate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp700 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon()
726 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke()
737 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke()
747 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
H A DVerifier.cpp2340 BasicBlock *UnwindDest; in getSuccPad() local
4089 BasicBlock *UnwindDest; in visitFuncletPadInst() local
4254 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local
4283 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
H A DInstructions.cpp1092 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1104 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1126 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
H A DAsmWriter.cpp4099 if (const BasicBlock *UnwindDest = CatchSwitch->getUnwindDest()) in printInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp666 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local
2272 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
H A DSimplifyCFG.cpp4464 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local
4560 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
H A DLocal.cpp2406 BasicBlock *UnwindDest; in removeUnwindEdge() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4460 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
4507 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1848 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local
1855 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local
2946 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2482 for (auto &UnwindDest : UnwindDests) { in translateInvoke() local