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

/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp308 LandingPads.clear();
380 unsigned N = LandingPads.size();
382 LandingPadInfo &LP = LandingPads[i];
387 LandingPads.push_back(LandingPadInfo(LandingPad));
388 return LandingPads[N];
460 for (unsigned i = 0; i != LandingPads.size(); ) {
461 LandingPadInfo &LandingPad = LandingPads[i];
470 LandingPads.erase(LandingPads.begin() + i);
474 for (unsigned j = 0, e = LandingPads[
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp50 computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads,
88 FirstActions.reserve(LandingPads.size());
95 I = LandingPads.begin(), E = LandingPads.end(); I != E; ++I) {
199 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
232 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
323 SmallVector<const LandingPadInfo *, 64> LandingPads; local
324 LandingPads.reserve(PadInfos.size());
327 LandingPads.push_back(&PadInfos[i]);
330 std::sort(LandingPads
197 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, const RangeMapType &PadMap, const SmallVectorImpl<const LandingPadInfo *> &LandingPads, const SmallVectorImpl<unsigned> &FirstActions) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h117 /// LandingPads - List of LandingPadInfo describing the landing pad
119 std::vector<LandingPadInfo> LandingPads; member in class:llvm::MachineModuleInfo
342 return LandingPads;

Completed in 72 milliseconds