Lines Matching refs:stats
173 OptimizingCompilerStats* stats, in ConstructOptimizations() argument
202 new (allocator) HInductionVarAnalysis(graph, stats, pass_name); in ConstructOptimizations()
213 opt = new (allocator) LICM(graph, *most_recent_side_effects, stats, pass_name); in ConstructOptimizations()
218 graph, *codegen, most_recent_induction, stats, pass_name); in ConstructOptimizations()
229 opt = new (allocator) HConstantFolding(graph, stats, pass_name); in ConstructOptimizations()
233 HConstantFolding(graph, stats, pass_name, /* use_all_optimizations_ = */ true); in ConstructOptimizations()
236 opt = new (allocator) HDeadCodeElimination(graph, stats, pass_name); in ConstructOptimizations()
246 stats, in ConstructOptimizations()
256 opt = new (allocator) HSelectGenerator(graph, stats, pass_name); in ConstructOptimizations()
259 opt = new (allocator) InstructionSimplifier(graph, codegen, stats, pass_name); in ConstructOptimizations()
264 stats, in ConstructOptimizations()
272 opt = new (allocator) CodeSinking(graph, stats, pass_name); in ConstructOptimizations()
275 opt = new (allocator) ConstructorFenceRedundancyElimination(graph, stats, pass_name); in ConstructOptimizations()
278 opt = new (allocator) LoadStoreElimination(graph, stats, pass_name); in ConstructOptimizations()
281 opt = new (allocator) WriteBarrierElimination(graph, stats, pass_name); in ConstructOptimizations()
293 opt = new (allocator) arm::InstructionSimplifierArm(graph, stats); in ConstructOptimizations()
297 opt = new (allocator) arm::CriticalNativeAbiFixupArm(graph, stats); in ConstructOptimizations()
303 opt = new (allocator) arm64::InstructionSimplifierArm64(graph, stats); in ConstructOptimizations()
309 opt = new (allocator) x86::PcRelativeFixups(graph, codegen, stats); in ConstructOptimizations()
313 opt = new (allocator) x86::X86MemoryOperandGeneration(graph, codegen, stats); in ConstructOptimizations()
316 opt = new (allocator) x86::InstructionSimplifierX86(graph, codegen, stats); in ConstructOptimizations()
321 opt = new (allocator) x86_64::InstructionSimplifierX86_64(graph, codegen, stats); in ConstructOptimizations()