Home
last modified time | relevance | path

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

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