Home
last modified time | relevance | path

Searched refs:CanAllocateRegistersFor (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h69 static bool CanAllocateRegistersFor(const HGraph& graph, InstructionSet instruction_set);
Dinliner.cc196 if (!RegisterAllocator::CanAllocateRegistersFor(*callee_graph, in TryBuildAndInline()
Doptimizing_compiler.cc578 bool can_allocate_registers = RegisterAllocator::CanAllocateRegistersFor(*graph, instruction_set); in TryCompile()
Dregister_allocator.cc79 bool RegisterAllocator::CanAllocateRegistersFor(const HGraph& graph ATTRIBUTE_UNUSED, in CanAllocateRegistersFor() function in art::RegisterAllocator