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

/freebsd-10.0-release/contrib/gcc/
H A Dregrename.c203 struct du_chain *all_chains = 0; local
212 all_chains = build_def_use (bb);
215 dump_def_use_chain (all_chains);
233 while (all_chains)
237 struct du_chain *this = all_chains;
243 all_chains = this->next_chain;

Completed in 166 milliseconds