Searched refs:allocated_without_spills (Results 1 – 2 of 2) sorted by relevance
6095 bool allocated_without_spills; in allocate_registers() local6114 allocated_without_spills = true; in allocate_registers()6116 allocated_without_spills = assign_regs(false, spill_all); in allocate_registers()6118 if (allocated_without_spills) in allocate_registers()6122 if (!allocated_without_spills) { in allocate_registers()
2726 bool allocated_without_spills = reg_allocate(); in run() local2728 if (!allocated_without_spills) { in run()