Lines Matching refs:stats
186 OptimizingCompilerStats* stats, in ConstructOptimizations() argument
215 new (allocator) HInductionVarAnalysis(graph, stats, pass_name); in ConstructOptimizations()
226 opt = new (allocator) LICM(graph, *most_recent_side_effects, stats, pass_name); in ConstructOptimizations()
231 graph, *codegen, most_recent_induction, stats, pass_name); in ConstructOptimizations()
242 opt = new (allocator) HConstantFolding(graph, stats, pass_name); in ConstructOptimizations()
245 opt = new (allocator) HDeadCodeElimination(graph, stats, pass_name); in ConstructOptimizations()
255 stats, in ConstructOptimizations()
266 opt = new (allocator) HSelectGenerator(graph, stats, pass_name); in ConstructOptimizations()
269 opt = new (allocator) InstructionSimplifier(graph, codegen, stats, pass_name); in ConstructOptimizations()
274 stats, in ConstructOptimizations()
282 opt = new (allocator) CodeSinking(graph, stats, pass_name); in ConstructOptimizations()
285 opt = new (allocator) ConstructorFenceRedundancyElimination(graph, stats, pass_name); in ConstructOptimizations()
288 opt = new (allocator) LoadStoreElimination(graph, stats, pass_name); in ConstructOptimizations()
291 opt = new (allocator) WriteBarrierElimination(graph, stats, pass_name); in ConstructOptimizations()
303 opt = new (allocator) arm::InstructionSimplifierArm(graph, codegen, stats); in ConstructOptimizations()
307 opt = new (allocator) arm::CriticalNativeAbiFixupArm(graph, stats); in ConstructOptimizations()
313 opt = new (allocator) arm64::InstructionSimplifierArm64(graph, codegen, stats); in ConstructOptimizations()
319 opt = new (allocator) riscv64::CriticalNativeAbiFixupRiscv64(graph, stats); in ConstructOptimizations()
323 opt = new (allocator) riscv64::InstructionSimplifierRiscv64(graph, stats); in ConstructOptimizations()
329 opt = new (allocator) x86::PcRelativeFixups(graph, codegen, stats); in ConstructOptimizations()
333 opt = new (allocator) x86::X86MemoryOperandGeneration(graph, codegen, stats); in ConstructOptimizations()
336 opt = new (allocator) x86::InstructionSimplifierX86(graph, codegen, stats); in ConstructOptimizations()
341 opt = new (allocator) x86_64::InstructionSimplifierX86_64(graph, codegen, stats); in ConstructOptimizations()