Home | History | Annotate | Download | only in src

Lines Matching defs:End

36 // the beginning and the end of the instruction. Lifetime positions for
71 // Returns the lifetime position for the end of the instruction which
120 // Representation of the non-empty interval [start,end[.
123 UseInterval(LifetimePosition start, LifetimePosition end)
124 : start_(start), end_(end), next_(NULL) {
125 DCHECK(start.Value() < end.Value());
129 LifetimePosition end() const { return end_; }
261 LifetimePosition End() const {
263 return last_interval_->end();
281 LifetimePosition end,
284 LifetimePosition end,
445 // Split the given range in a position from the interval [start, end].
448 LifetimePosition end);
450 // Find a lifetime position in the interval [start, end] which
454 LifetimePosition end);
459 // Spill the given life range after position [start] and up to position [end].
462 LifetimePosition end);
464 // Spill the given life range after position [start] and up to position [end].
469 LifetimePosition end);