Home
last modified time | relevance | path

Searched refs:LandingPads (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDEHStreamer.cpp53 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeActionsTable() argument
89 FirstActions.reserve(LandingPads.size()); in computeActionsTable()
95 for (const LandingPadInfo *LPI : LandingPads) { in computeActionsTable()
188 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computePadMap() argument
193 for (unsigned i = 0, N = LandingPads.size(); i != N; ++i) { in computePadMap()
194 const LandingPadInfo *LandingPad = LandingPads[i]; in computePadMap()
233 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable() argument
236 computePadMap(LandingPads, PadMap); in computeCallSiteTable()
286 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in computeCallSiteTable()
388 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitExceptionTable() local
[all …]
HDEHStreamer.h96 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
100 void computePadMap(const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
114 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
HDWasmException.cpp81 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable() argument
84 for (unsigned I = 0, N = LandingPads.size(); I < N; ++I) { in computeCallSiteTable()
85 const LandingPadInfo *Info = LandingPads[I]; in computeCallSiteTable()
HDWasmException.h38 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunctionSplitter.cpp168 SmallVector<MachineBasicBlock *, 2> LandingPads; in runOnMachineFunction() local
174 LandingPads.push_back(&MBB); in runOnMachineFunction()
187 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction()
192 for (MachineBasicBlock *LP : LandingPads) in runOnMachineFunction()
HDMachineFunction.cpp773 unsigned N = LandingPads.size(); in getOrCreateLandingPadInfo()
775 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo()
780 LandingPads.push_back(LandingPadInfo(LandingPad)); in getOrCreateLandingPadInfo()
781 return LandingPads[N]; in getOrCreateLandingPadInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyLowerEmscriptenEHSjLj.cpp1072 SmallPtrSet<LandingPadInst *, 32> LandingPads; in runEHOnFunction() local
1085 LandingPads.insert(II->getLandingPadInst()); in runEHOnFunction()
1201 LandingPads.insert(LPI); in runEHOnFunction()
1203 Changed |= !LandingPads.empty(); in runEHOnFunction()
1207 for (LandingPadInst *LPI : LandingPads) { in runEHOnFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h358 std::vector<LandingPadInfo> LandingPads;
1204 return LandingPads;