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

/freebsd-10.0-release/contrib/gcc/
H A Dregrename.c46 struct du_chain *next_use; member in struct:du_chain
179 if (! t->next_use)
182 t = t->next_use;
271 for (last = this; last->next_use; last = last->next_use)
317 for (tmp = this; tmp; tmp = tmp->next_use)
381 chain = chain->next_use;
405 this->next_use = 0;
457 this->next_use = 0;
464 p = &(*p)->next_use;
[all...]

Completed in 70 milliseconds