Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc681 auto ita = cycle_.find(inputs[input_index]); in SolvePhi() local
682 if (ita != cycle_.end()) { in SolvePhi()
686 !HInductionVarAnalysis::InductionEqual(ita->second, itb->second)) { in SolvePhi()
690 return ita->second; in SolvePhi()