Searched refs:InstructionSimplifierArm (Results 1 – 2 of 2) sorted by relevance
46 class InstructionSimplifierArm : public HOptimization {48 InstructionSimplifierArm(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm() function
440 arm::InstructionSimplifierArm* simplifier = in RunArchOptimizations()441 new (arena) arm::InstructionSimplifierArm(graph, stats); in RunArchOptimizations()