Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimization.cc191 SideEffectsAnalysis* most_recent_side_effects = nullptr; in ConstructOptimizations() local
209 opt = most_recent_side_effects = new (allocator) SideEffectsAnalysis(graph, pass_name); in ConstructOptimizations()
221 CHECK(most_recent_side_effects != nullptr); in ConstructOptimizations()
222 opt = new (allocator) GVNOptimization(graph, *most_recent_side_effects, pass_name); in ConstructOptimizations()
225 CHECK(most_recent_side_effects != nullptr); in ConstructOptimizations()
226 opt = new (allocator) LICM(graph, *most_recent_side_effects, 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()
241 graph, *most_recent_side_effects, *most_recent_lsa, stats, pass_name); in ConstructOptimizations()