Home
last modified time | relevance | path

Searched refs:kInstructionSchedulingPassName (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dscheduler.h553 const char* name = kInstructionSchedulingPassName)
564 static constexpr const char* kInstructionSchedulingPassName = "scheduler"; variable
Doptimization.cc96 return HInstructionScheduling::kInstructionSchedulingPassName; in OptimizationPassName()