Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp668 auto range_begin = std::max<LifeNumber>(search_from, range.GetBegin()); in GetFirstIntersectionWith() local
670 if (range_begin <= other_range_begin) { in GetFirstIntersectionWith()
680 if (range_begin < other_range.GetEnd()) { in GetFirstIntersectionWith()
681 return range_begin; in GetFirstIntersectionWith()
683 ASSERT(range_begin >= other_range.GetEnd()); in GetFirstIntersectionWith()