Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc164 chase_hint_(nullptr) { in InductionVarRange()
194 chase_hint_ = chase_hint; in GetInductionRange()
200 chase_hint_ = nullptr; in GetInductionRange()
629 if (chase_hint_ == nullptr && in_body && trip != nullptr && instruction == trip->op_a->fetch) { in GetFetch()
642 } else if (instruction == chase_hint_) { in GetFetch()
665 if (chase_hint_ == nullptr) { in GetFetch()
Dinduction_var_range.h342 HInstruction* chase_hint_; variable
Dinduction_var_range_test.cc129 range_.chase_hint_ = hint; in SetHint()