Lines Matching defs:LI
89 void enqueueImpl(const LiveInterval *LI) override { Queue.push(LI); }
94 const LiveInterval *LI = Queue.top();
96 return LI;
147 LiveInterval &LI = LIS->getInterval(VirtReg);
149 Matrix->unassign(LI);
150 aboutToRemoveInterval(LI);
157 LI.clear();
166 LiveInterval &LI = LIS->getInterval(VirtReg);
167 Matrix->unassign(LI);
168 enqueue(&LI);