HomeSort by relevance Sort by last modified time
    Searched defs:LandingPads (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 127 /// LandingPads - List of LandingPadInfo describing the landing pad
129 std::vector<LandingPadInfo> LandingPads;
362 return LandingPads;
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 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]
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 118 /// LandingPads - List of LandingPadInfo describing the landing pad
120 std::vector<LandingPadInfo> LandingPads;
331 return LandingPads;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 64 BBSet LandingPads;
357 /// in the LandingPads set. A landing pad is normal if the only CFG edges
375 if (LandingPads.count(LPad))
400 LandingPads.insert(LPad);
470 LandingPads.insert(NewBB);
562 for (BBSet::const_iterator LI = LandingPads.begin(), LE = LandingPads.end();
597 if (LandingPads.count(BB))
618 for (BBSet::iterator LI = LandingPads.begin(), LE = LandingPads.end()
    [all...]
SjLjEHPrepare.cpp 493 SmallVector<LandingPadInst*, 16> LandingPads;
498 LandingPads.push_back(LPI);
559 for (unsigned i = 0, e = LandingPads.size(); i != e; ++i)
560 ReplaceLandingPadVal(F, LandingPads[i], ExceptionAddr, SelectorAddr);
    [all...]

Completed in 425 milliseconds