Home
last modified time | relevance | path

Searched refs:this_du (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dregrename.cc166 struct du_chain *this_du = head->first; in dump_def_use_chain() local
170 while (this_du) in dump_def_use_chain()
172 fprintf (dump_file, " %d [%s]", INSN_UID (this_du->insn), in dump_def_use_chain()
173 reg_class_names[this_du->cl]); in dump_def_use_chain()
174 this_du = this_du->next_use; in dump_def_use_chain()
209 record_operand_use (class du_head *head, struct du_chain *this_du) in record_operand_use() argument
220 cur_operand->chains[cur_operand->n_chains++] = this_du; in record_operand_use()
232 struct du_chain *this_du; in create_new_chain() local
277 this_du = XOBNEW (&rename_obstack, struct du_chain); in create_new_chain()
278 head->first = head->last = this_du; in create_new_chain()
[all …]