Home | History | Annotate | Download | only in optimizing

Lines Matching defs:AllocateRegisters

716 static void AllocateRegisters(HGraph* graph,
732 RegisterAllocator::Create(graph->GetArena(), codegen, liveness, strategy)->AllocateRegisters();
1027 AllocateRegisters(graph, codegen.get(), &pass_observer, regalloc_strategy);