Home
last modified time | relevance | path

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

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