Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimization.cc178 HInductionVarAnalysis* most_recent_induction = nullptr; in ConstructOptimizations() local
197 opt = most_recent_induction = new (allocator) HInductionVarAnalysis(graph, pass_name); in ConstructOptimizations()
211 CHECK(most_recent_induction != nullptr); in ConstructOptimizations()
213 graph, *codegen, most_recent_induction, stats, pass_name); in ConstructOptimizations()
216 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()
218 graph, *most_recent_side_effects, most_recent_induction, pass_name); in ConstructOptimizations()