Searched refs:allocated_without_spills (Results 1 – 2 of 2) sorted by relevance
5776 bool allocated_without_spills; in allocate_registers() local5795 allocated_without_spills = true; in allocate_registers()5797 allocated_without_spills = assign_regs(false, spill_all); in allocate_registers()5799 if (allocated_without_spills) in allocate_registers()5803 if (!allocated_without_spills) { in allocate_registers()
2673 bool allocated_without_spills = reg_allocate(); in run() local2675 if (!allocated_without_spills) { in run()