Searched refs:InstructionSimplifierArm (Results 1 – 2 of 2) sorted by relevance
78 class InstructionSimplifierArm : public HOptimization {80 InstructionSimplifierArm(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm() function
522 } else if (opt_name == arm::InstructionSimplifierArm::kInstructionSimplifierArmPassName) { in BuildOptimization()523 return new (arena) arm::InstructionSimplifierArm(graph, stats); in BuildOptimization()637 arm::InstructionSimplifierArm* simplifier = in RunArchOptimizations()638 new (arena) arm::InstructionSimplifierArm(graph, stats); in RunArchOptimizations()