Home
last modified time | relevance | path

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

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