Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimization.cc173 SideEffectsAnalysis* most_recent_side_effects = nullptr; in ConstructOptimizations() local
190 opt = most_recent_side_effects = new (allocator) SideEffectsAnalysis(graph, pass_name); in ConstructOptimizations()
199 CHECK(most_recent_side_effects != nullptr); in ConstructOptimizations()
200 opt = new (allocator) GVNOptimization(graph, *most_recent_side_effects, pass_name); in ConstructOptimizations()
203 CHECK(most_recent_side_effects != nullptr); in ConstructOptimizations()
204 opt = new (allocator) LICM(graph, *most_recent_side_effects, 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()
219 graph, *most_recent_side_effects, stats, pass_name); in ConstructOptimizations()