Lines Matching refs:LiveInterval
752 void LiveInterval::freeSubRange(SubRange *S) { in freeSubRange()
757 void LiveInterval::removeEmptySubRanges() { in removeEmptySubRanges()
776 void LiveInterval::clearSubRanges() { in clearSubRanges()
817 static void determineMissingVNIs(const SlotIndexes &Indexes, LiveInterval &LI) { in determineMissingVNIs()
860 void LiveInterval::constructMainRangeFromSubranges( in constructMainRangeFromSubranges()
1017 unsigned LiveInterval::getSize() const { in getSize()
1064 void LiveInterval::print(raw_ostream &OS) const { in print()
1078 void LiveInterval::dump() const { in dump()
1100 void LiveInterval::verify(const MachineRegisterInfo *MRI) const { in verify()
1330 unsigned ConnectedVNInfoEqClasses::Classify(const LiveInterval *LI) { in Classify()
1373 void ConnectedVNInfoEqClasses::Distribute(LiveInterval *LIV[], in Distribute()
1376 LiveInterval &LI = *LIV[0]; in Distribute()
1403 LiveInterval::iterator J = LI.begin(), E = LI.end(); in Distribute()
1406 for (LiveInterval::iterator I = J; I != E; ++I) { in Distribute()