Home
last modified time | relevance | path

Searched refs:IsBefore (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.h74 bool IsBefore(const LiveRange& other) const { in IsBefore() function
455 if (my_range->IsBefore(*other_range)) { in FirstIntersectionWith()
460 } else if (other_range->IsBefore(*my_range)) { in FirstIntersectionWith()