Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc469 auto ita = cycle_.find(phi->InputAt(input_index)); in SolvePhi() local
470 if (ita != cycle_.end()) { in SolvePhi()
474 !HInductionVarAnalysis::InductionEqual(ita->second, itb->second)) { in SolvePhi()
478 return ita->second; in SolvePhi()