Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc174 HInstruction* exit_value = it.Current() == index ? upper : nullptr; in RewriteBreakLoopBody() local
175 if (!FixOutsideUse(loop, it.Current(), exit_value, rewrite)) { in RewriteBreakLoopBody()