Searched refs:next_SP_alias_slot (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_translate.c128 // - 'next_SP_alias_slot' is the index where the next alias will be stored.
132 // - Every slot below next_SP_alias_slot holds a non-IRTemp_INVALID value.
147 static Int next_SP_alias_slot = 0; variable
156 next_SP_alias_slot = 0;
162 SP_aliases[ next_SP_alias_slot ].temp = temp;
163 SP_aliases[ next_SP_alias_slot ].delta = delta;
164 next_SP_alias_slot++;
165 if (N_ALIASES == next_SP_alias_slot) next_SP_alias_slot = 0;
173 for (i = next_SP_alias_slot
[all...]

Completed in 97 milliseconds