Home | History | Annotate | Download | only in src

Lines Matching defs:UseTrimmed

645   bool overlaps(const LiveRange &Other, bool UseTrimmed = false) const;
646 bool overlapsInst(InstNumberT OtherBegin, bool UseTrimmed = false) const;
802 constexpr bool UseTrimmed = true;
803 return Live.overlaps(Other->Live, UseTrimmed);
806 constexpr bool UseTrimmed = true;
807 return Live.overlapsInst(Other->Live.getStart(), UseTrimmed);