Searched refs:InstructionSimplifierArm (Results 1 – 3 of 3) sorted by relevance
30 class InstructionSimplifierArm : public HOptimization {32 InstructionSimplifierArm(HGraph* graph, CodeGenerator* codegen, OptimizingCompilerStats* stats) in InstructionSimplifierArm() function
107 return arm::InstructionSimplifierArm::kInstructionSimplifierArmPassName; in OptimizationPassName()303 opt = new (allocator) arm::InstructionSimplifierArm(graph, codegen, stats); in ConstructOptimizations()
313 bool InstructionSimplifierArm::Run() { in Run()