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

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 44 char LiveIntervals::ID = 0;
45 char &llvm::LiveIntervalsID = LiveIntervals::ID;
46 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals",
52 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
63 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const {
80 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID),
85 LiveIntervals::~LiveIntervals()
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 49 class LiveIntervals : public MachineFunctionPass {
99 LiveIntervals();
100 virtual ~LiveIntervals();
112 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
265 /// handleMove - call this method to notify LiveIntervals that

Completed in 69 milliseconds