/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 418 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 D | WebAssemblyCFGStackify.cpp | 1116 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 D | WebAssemblyExceptionInfo.cpp | 134 auto *UnwindDest = EHInfo->getUnwindDest(EHPad); in recalculate() local
|
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1703 BasicBlock *UnwindDest = nullptr; in handleLongjmpableCallsForWasmSjLj() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | FunctionPropertiesAnalysis.cpp | 337 const auto *UnwindDest = II->getUnwindDest(); in FunctionPropertiesUpdater() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 817 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 D | Instruction.cpp | 1109 BasicBlock *UnwindDest = cast<InvokeInst>(this)->getUnwindDest(); in mayThrow() local
|
H A D | Verifier.cpp | 2683 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 D | Instructions.cpp | 1017 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1040 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
|
H A D | AsmWriter.cpp | 4367 if (const BasicBlock *UnwindDest = CatchSwitch->getUnwindDest()) in printInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 661 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 2719 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
H A D | SimplifyCFG.cpp | 5159 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local 5253 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
|
H A D | Local.cpp | 3177 BasicBlock *UnwindDest; in removeUnwindEdge() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5515 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local 5566 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2946 for (auto &UnwindDest : UnwindDests) { in translateInvoke() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2144 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local 2151 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local 3407 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local
|