Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc471 int64_t not_used = 0; in IsWellBehavedTripCount() local
472 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) && in IsWellBehavedTripCount()
473 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used)); in IsWellBehavedTripCount()