Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp418 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateCXXStateNumbers() local
423 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateCXXStateNumbers() local
537 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateSEHStateNumbers() local
542 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateSEHStateNumbers() local
757 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1116 MachineBasicBlock *UnwindDest = getFakeCallerBlock(MF); in fixCallUnwindMismatches() local
1224 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 DWebAssemblyExceptionInfo.cpp134 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in recalculate() local
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1703 BasicBlock *UnwindDest = nullptr; in handleLongjmpableCallsForWasmSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp337 const auto *UnwindDest = II->getUnwindDest(); in FunctionPropertiesUpdater() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp817 BasicBlock *UnwindDest, uint32_t Flags, ArrayRef<T0> InvokeArgs, in CreateGCStatepointInvokeCommon()
842 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke()
853 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke()
864 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
H A DInstruction.cpp1109 BasicBlock *UnwindDest = cast<InvokeInst>(this)->getUnwindDest(); in mayThrow() local
H A DVerifier.cpp2683 BasicBlock *UnwindDest; in getSuccPad() local
4573 BasicBlock *UnwindDest; in visitFuncletPadInst() local
4739 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local
4768 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
H A DInstructions.cpp1017 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1040 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
H A DAsmWriter.cpp4367 if (const BasicBlock *UnwindDest = CatchSwitch->getUnwindDest()) in printInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp661 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local
2719 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
H A DSimplifyCFG.cpp5159 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local
5253 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
H A DLocal.cpp3177 BasicBlock *UnwindDest; in removeUnwindEdge() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5515 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
5566 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2946 for (auto &UnwindDest : UnwindDests) { in translateInvoke() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2144 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local
2151 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local
3407 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local