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
108 return arm64::InstructionSimplifierArm64::kInstructionSimplifierArm64PassName; in OptimizationPassName()299 opt = new (allocator) arm64::InstructionSimplifierArm64(graph, stats); in ConstructOptimizations()
281 void InstructionSimplifierArm64::Run() { in Run()