Lines Matching defs:LI
91 void enqueueImpl(const LiveInterval *LI) override { Queue.push(LI); }
96 const LiveInterval *LI = Queue.top();
98 return LI;
150 LiveInterval &LI = LIS->getInterval(VirtReg);
152 Matrix->unassign(LI);
153 aboutToRemoveInterval(LI);
160 LI.clear();
169 LiveInterval &LI = LIS->getInterval(VirtReg);
170 Matrix->unassign(LI);
171 enqueue(&LI);