Home
last modified time | relevance | path

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

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