Searched refs:endsBefore (Results 1 – 6 of 6) sorted by relevance
301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function303 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
398 bool endsBefore(const Replacement &R) const { in endsBefore() function in clang::tooling::__anon05d232b60411::MergedReplacement465 if (Merged.endsBefore(*I)) in mergeReplacements()
409 bool endsBefore(const Replacement &R) const { in endsBefore() function in __anon146631e40211::MergedReplacement470 if (Merged.endsBefore(*I)) in merge()
629 bool endsBefore(const LiveRange &Other) const;784 return Live.endsBefore(Other->Live); in rangeEndsBefore()
127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange