Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc684 auto itb = cycle_.find(inputs[i]); in SolvePhi() local
685 if (itb == cycle_.end() || in SolvePhi()
686 !HInductionVarAnalysis::InductionEqual(ita->second, itb->second)) { in SolvePhi()