Home
last modified time | relevance | path

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

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