Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimization.cc174 HInductionVarAnalysis* most_recent_induction = nullptr; in ConstructOptimizations() local
193 opt = most_recent_induction = new (allocator) HInductionVarAnalysis(graph, pass_name); in ConstructOptimizations()
207 CHECK(most_recent_induction != nullptr); in ConstructOptimizations()
209 graph, *codegen, most_recent_induction, stats, pass_name); in ConstructOptimizations()
212 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()
214 graph, *most_recent_side_effects, most_recent_induction, pass_name); in ConstructOptimizations()
217 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()