Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimization.cc192 HInductionVarAnalysis* most_recent_induction = nullptr; in ConstructOptimizations() local
212 opt = most_recent_induction = new (allocator) HInductionVarAnalysis(graph, pass_name); in ConstructOptimizations()
229 CHECK(most_recent_induction != nullptr); in ConstructOptimizations()
231 graph, &codegen->GetCompilerOptions(), most_recent_induction, stats, pass_name); in ConstructOptimizations()
234 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()
236 graph, *most_recent_side_effects, most_recent_induction, pass_name); in ConstructOptimizations()
239 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()