Lines Matching defs:LI
213 bool LiveIntervals::computeVirtRegInterval(LiveInterval &LI) { in computeVirtRegInterval()
226 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs() local
356 for (const auto &LI : MBB.liveins()) { in computeLiveInRegUnits() local
409 const LiveInterval &LI = getInterval(Reg); in extendSegmentsToUses() local
527 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues()
719 const LiveInterval &LI = getInterval(Reg); in addKillFlags() local
861 LiveIntervals::hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const { in hasPHIKill() argument
922 bool LiveIntervals::checkRegMaskInterference(const LiveInterval &LI, in checkRegMaskInterference()
1042 LiveInterval &LI = LIS.getInterval(Reg); in updateAllRanges() local
1569 LiveInterval &LI = getInterval(Reg); in handleMoveIntoNewBundle() local
1695 LiveInterval &LI = getInterval(Reg); in repairIntervalsInRange() local
1727 LiveInterval &LI = getInterval(Reg); in repairIntervalsInRange() local
1748 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt()
1766 void LiveIntervals::splitSeparateComponents(LiveInterval &LI, in splitSeparateComponents()
1782 void LiveIntervals::constructMainRangeFromSubranges(LiveInterval &LI) { in constructMainRangeFromSubranges()