Searched refs:max_regs (Results 1 – 1 of 1) sorted by relevance
49 int max_regs = GetNumSSARegs() + GetMaxPossibleCompilerTemps(); in InitRegLocations() local50 RegLocation* loc = arena_->AllocArray<RegLocation>(max_regs, kArenaAllocRegAlloc); in InitRegLocations()