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
103 return arm64::InstructionSimplifierArm64::kInstructionSimplifierArm64PassName; in OptimizationPassName()284 opt = new (allocator) arm64::InstructionSimplifierArm64(graph, stats); in ConstructOptimizations()
292 bool InstructionSimplifierArm64::Run() { in Run()