Home
last modified time | relevance | path

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

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