Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:lis

56   LiveIntervals *lis;
66 lis = &pass.getAnalysis<LiveIntervals>();
122 LiveInterval *newLI = &lis->getOrCreateInterval(newVReg);
143 lis->InsertMachineInstrInMaps(loadInstr).getDefIndex();
147 newLI->getNextValue(loadIndex, 0, lis->getVNInfoAllocator());
157 lis->InsertMachineInstrInMaps(storeInstr).getDefIndex();
161 newLI->getNextValue(beginIndex, 0, lis->getVNInfoAllocator());
197 LiveIntervals *lis;
205 lis(&pass.getAnalysis<LiveIntervals>()),
213 lis->addIntervalsForSpills(LRE.getParent(), LRE.getUselessVRegs(),