Searched refs:endsBefore (Results 1 – 3 of 3) sorted by relevance
301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function303 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
629 bool endsBefore(const LiveRange &Other) const;785 return Live.endsBefore(Other->Live); in rangeEndsBefore()
127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange