Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h78 static constexpr const char* kRegisterAllocatorPassName = "register"; variable
Dgraph_visualizer.cc242 } else if (IsPass(RegisterAllocator::kRegisterAllocatorPassName) && is_after_pass_) { in PrintInstruction()
Doptimizing_compiler.cc392 PassInfo pass_info(RegisterAllocator::kRegisterAllocatorPassName, pass_info_printer); in AllocateRegisters()