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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 53 class LiveIntervals : public MachineFunctionPass {
102 LiveIntervals();
103 ~LiveIntervals() override;
118 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
285 /// handleMove - call this method to notify LiveIntervals that
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 46 char LiveIntervals::ID = 0;
47 char &llvm::LiveIntervalsID = LiveIntervals::ID;
48 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals",
54 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
76 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const {
93 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID),
98 LiveIntervals::~LiveIntervals()
    [all...]

Completed in 204 milliseconds