Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LIS

705   LiveIntervals *LIS = P->getAnalysisIfAvailable<LiveIntervals>();
707 if (LIS)
708 LIS->insertMBBInMaps(NMBB);
739 if (LIS) {
833 if (LIS) {
861 LiveInterval &LI = LIS->getInterval(Reg);
872 if (PHISrcRegs.count(Reg) || !LIS->hasInterval(Reg))
875 LiveInterval &LI = LIS->getInterval(Reg);
879 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ));
891 LIS->repairIntervalsInRange(this, getFirstTerminator(), end(), UsedRegs);