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

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h52 class LiveIntervals : public MachineFunctionPass { class in namespace:llvm
101 LiveIntervals();
102 ~LiveIntervals() override;
117 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
284 /// handleMove - call this method to notify LiveIntervals that
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h46 class LiveIntervals : public MachineFunctionPass { class in namespace:llvm
71 LiveIntervals() : MachineFunctionPass(ID) { function in class:llvm::LiveIntervals
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStrongPHIElimination.cpp147 LiveIntervals *LI;
182 MIIndexCompare(LiveIntervals *LiveIntervals) : LI(LiveIntervals) { } argument
188 LiveIntervals *LI;
201 INITIALIZE_PASS_DEPENDENCY(LiveIntervals)
212 AU.addRequired<LiveIntervals>();
213 AU.addPreserved<LiveIntervals>();
238 LI = &getAnalysis<LiveIntervals>();
729 // never rely on LiveIntervals bein
[all...]
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp43 char LiveIntervals::ID = 0;
44 char &llvm::LiveIntervalsID = LiveIntervals::ID;
45 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals",
50 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
72 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const {
85 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID), function in class:LiveIntervals
90 LiveIntervals::~LiveIntervals() {
94 void LiveIntervals
[all...]

Completed in 365 milliseconds