Searched refs:max_temp_regs_allocated (Results 1 – 1 of 1) sorted by relevance
74 if (regs_allocated_ + max_temp_regs_allocated >= kNumRegister) { in Alloc()87 max_temp_regs_allocated = std::max(max_temp_regs_allocated, temp_regs_allocated); in AllocTemp()98 uint32_t max_temp_regs_allocated = 0; variable