Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimization.cc184 SideEffectsAnalysis* most_recent_side_effects = nullptr; in ConstructOptimizations() local
202 opt = most_recent_side_effects = new (allocator) SideEffectsAnalysis(graph, name); in ConstructOptimizations()
214 CHECK(most_recent_side_effects != nullptr); in ConstructOptimizations()
215 opt = new (allocator) GVNOptimization(graph, *most_recent_side_effects, name); in ConstructOptimizations()
218 CHECK(most_recent_side_effects != nullptr); in ConstructOptimizations()
219 opt = new (allocator) LICM(graph, *most_recent_side_effects, stats, name); in ConstructOptimizations()
226 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()
228 graph, *most_recent_side_effects, most_recent_induction, name); in ConstructOptimizations()
231 CHECK(most_recent_side_effects != nullptr && most_recent_induction != nullptr); in ConstructOptimizations()
233 graph, *most_recent_side_effects, *most_recent_lsa, stats, name); in ConstructOptimizations()