Searched refs:InstructionSimplifierArm64 (Results 1 – 3 of 3) sorted by relevance
26 class InstructionSimplifierArm64 : public HOptimization {28 InstructionSimplifierArm64(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm64() function
109 return arm64::InstructionSimplifierArm64::kInstructionSimplifierArm64PassName; in OptimizationPassName()300 opt = new (allocator) arm64::InstructionSimplifierArm64(graph, stats); in ConstructOptimizations()
281 bool InstructionSimplifierArm64::Run() { in Run()