Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:LandingPads

50 computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads,
88 FirstActions.reserve(LandingPads.size());
95 I = LandingPads.begin(), E = LandingPads.end(); I != E; ++I) {
192 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
197 for (unsigned i = 0, N = LandingPads.size(); i != N; ++i) {
198 const LandingPadInfo *LandingPad = LandingPads[i];
216 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
219 computePadMap(LandingPads, PadMap);
254 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
345 SmallVector<const LandingPadInfo *, 64> LandingPads;
346 LandingPads.reserve(PadInfos.size());
349 LandingPads.push_back(&PadInfos[i]);
352 std::sort(LandingPads.begin(), LandingPads.end(),
361 computeActionsTable(LandingPads, Actions, FirstActions);
365 computeCallSiteTable(CallSites, LandingPads, FirstActions);