Searched refs:free_until_pos (Results 1 – 2 of 2) sorted by relevance
1797 LifetimePosition free_until_pos[DoubleRegister::kMaxNumAllocatableRegisters]; in TryAllocateFreeReg() local1800 free_until_pos[i] = LifetimePosition::MaxPosition(); in TryAllocateFreeReg()1805 free_until_pos[cur_active->assigned_register()] = in TryAllocateFreeReg()1816 free_until_pos[cur_reg] = Min(free_until_pos[cur_reg], next_intersection); in TryAllocateFreeReg()1824 RegisterName(register_index), free_until_pos[register_index].Value(), in TryAllocateFreeReg()1828 if (free_until_pos[register_index].Value() >= current->End().Value()) { in TryAllocateFreeReg()1839 if (free_until_pos[i].Value() > free_until_pos[reg].Value()) { in TryAllocateFreeReg()1844 LifetimePosition pos = free_until_pos[reg]; in TryAllocateFreeReg()
1766 LifetimePosition free_until_pos[DoubleRegister::kMaxNumAllocatableRegisters]; in TryAllocateFreeReg() local1769 free_until_pos[i] = LifetimePosition::MaxPosition(); in TryAllocateFreeReg()1774 free_until_pos[cur_active->assigned_register()] = in TryAllocateFreeReg()1785 free_until_pos[cur_reg] = Min(free_until_pos[cur_reg], next_intersection); in TryAllocateFreeReg()1794 free_until_pos[register_index].Value(), in TryAllocateFreeReg()1799 if (free_until_pos[register_index].Value() >= current->End().Value()) { in TryAllocateFreeReg()1811 if (free_until_pos[i].Value() > free_until_pos[reg].Value()) { in TryAllocateFreeReg()1816 LifetimePosition pos = free_until_pos[reg]; in TryAllocateFreeReg()