HomeSort by: relevance | last modified time | path
    Searched defs:this_du (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 166 struct du_chain *this_du = head->first; local
170 while (this_du)
172 fprintf (dump_file, " %d [%s]", INSN_UID (this_du->insn),
173 reg_class_names[this_du->cl]);
174 this_du = this_du->next_use;
206 use THIS_DU which is part of the chain HEAD. */
209 record_operand_use (class du_head *head, struct du_chain *this_du)
220 cur_operand->chains[cur_operand->n_chains++] = this_du;
232 struct du_chain *this_du; local
1201 struct du_chain *this_du; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 166 struct du_chain *this_du = head->first; local
170 while (this_du)
172 fprintf (dump_file, " %d [%s]", INSN_UID (this_du->insn),
173 reg_class_names[this_du->cl]);
174 this_du = this_du->next_use;
206 use THIS_DU which is part of the chain HEAD. */
209 record_operand_use (class du_head *head, struct du_chain *this_du)
220 cur_operand->chains[cur_operand->n_chains++] = this_du;
232 struct du_chain *this_du; local
1201 struct du_chain *this_du; local
    [all...]

Completed in 28 milliseconds