Lines Matching refs:LiveRange
19 LiveRange* range) in AllocatedInterval()
24 LiveRange* range_;
44 LiveRange* Current() const;
48 LiveRange* GetNext() { return InternalGetNext(false); } in GetNext()
52 LiveRange* RemoveCurrentAndGetNext() { return InternalGetNext(true); } in RemoveCurrentAndGetNext()
58 LiveRangeConflictIterator(const LiveRange* range, IntervalStore* store);
77 LiveRange* InternalGetNext(bool clean_behind);
128 LiveRangeConflictIterator GetConflicts(const LiveRange* range);
132 void AllocateRange(LiveRange* range);
144 static void UpdateWeightAtAllocation(LiveRange* range);
147 static void UpdateWeightAtEviction(LiveRange* range);