Home
last modified time | relevance | path

Searched refs:kRegisterAllocatorPassName (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h71 static constexpr const char* kRegisterAllocatorPassName = "register"; variable
Dgraph_visualizer.cc649 if (IsPass(RegisterAllocator::kRegisterAllocatorPassName) && is_after_pass_) { in PrintInstruction()
Doptimizing_compiler.cc584 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters()