Searched refs:LandingPads (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.h35 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
H A DEHStreamer.h74 void computeActionsTable(const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
78 void computePadMap(const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
89 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
H A DWasmException.cpp79 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
82 for (unsigned I = 0, N = LandingPads.size(); I < N; ++I) {
83 const LandingPadInfo *Info = LandingPads[I];
77 computeCallSiteTable( SmallVectorImpl<CallSiteEntry> &CallSites, const SmallVectorImpl<const LandingPadInfo *> &LandingPads, const SmallVectorImpl<unsigned> &FirstActions) argument
H A DEHStreamer.cpp61 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
98 FirstActions.reserve(LandingPads.size());
105 I = LandingPads.begin(), E = LandingPads.end(); I != E; ++I) {
201 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
206 for (unsigned i = 0, N = LandingPads.size(); i != N; ++i) {
207 const LandingPadInfo *LandingPad = LandingPads[i];
225 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
228 computePadMap(LandingPads, PadMap);
263 const LandingPadInfo *LandingPad = LandingPads[
200 computePadMap( const SmallVectorImpl<const LandingPadInfo *> &LandingPads, RangeMapType &PadMap) argument
224 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, const SmallVectorImpl<const LandingPadInfo *> &LandingPads, const SmallVectorImpl<unsigned> &FirstActions) argument
357 SmallVector<const LandingPadInfo *, 64> LandingPads; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp713 unsigned N = LandingPads.size();
715 LandingPadInfo &LP = LandingPads[i];
720 LandingPads.push_back(LandingPadInfo(LandingPad));
721 return LandingPads[N];
796 for (unsigned i = 0; i != LandingPads.size(); ) {
797 LandingPadInfo &LandingPad = LandingPads[i];
806 LandingPads.erase(LandingPads.begin() + i);
811 for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) {
825 if (LandingPads[
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp747 SmallPtrSet<LandingPadInst *, 32> LandingPads; local
756 LandingPads.insert(II->getLandingPadInst());
835 LandingPads.insert(LPI);
837 Changed |= !LandingPads.empty();
841 for (LandingPadInst *LPI : LandingPads) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h328 std::vector<LandingPadInfo> LandingPads; member in class:llvm::MachineFunction
918 return LandingPads;

Completed in 169 milliseconds