Searched defs:LiveIntervals (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h50 class LiveIntervals : public MachineFunctionPass { class in namespace:llvm
100 LiveIntervals();
101 virtual ~LiveIntervals();
116 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
291 /// handleMove - call this method to notify LiveIntervals that
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp46 char LiveIntervals::ID = 0;
47 char &llvm::LiveIntervalsID = LiveIntervals::ID;
48 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals",
54 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
65 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const {
82 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID), function in class:LiveIntervals
87 LiveIntervals::~LiveIntervals() {
91 void LiveIntervals
[all...]

Completed in 62 milliseconds