Searched refs:InstructionSimplifierArm (Results 1 – 3 of 3) sorted by relevance
26 class InstructionSimplifierArm : public HOptimization {28 InstructionSimplifierArm(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm() function
101 return arm::InstructionSimplifierArm::kInstructionSimplifierArmPassName; in OptimizationPassName()280 opt = new (allocator) arm::InstructionSimplifierArm(graph, stats); in ConstructOptimizations()
291 bool InstructionSimplifierArm::Run() { in Run()