Searched refs:next_temp (Results 1 – 2 of 2) sorted by relevance
353 RegStorage Mir2Lir::AllocTempBody(GrowableArray<RegisterInfo*> ®s, int* next_temp, bool required… in AllocTempBody() argument355 int next = *next_temp; in AllocTempBody()375 *next_temp = next + 1; in AllocTempBody()380 next = *next_temp; in AllocTempBody()398 *next_temp = next + 1; in AllocTempBody()
748 RegStorage AllocTempBody(GrowableArray<RegisterInfo*> ®s, int* next_temp, bool required);