Searched refs:most_recent_side_effects (Results 1 – 1 of 1) sorted by relevance
194 SideEffectsAnalysis* most_recent_side_effects = nullptr; in ConstructOptimizations() local211 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()