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

/freebsd-10.1-release/contrib/gcc/
H A Ddf.h66 enum df_ref_type {DF_REF_REG_DEF, DF_REF_REG_USE, DF_REF_REG_MEM_LOAD, enum
246 enum df_ref_type type; /* Used to see if the ref is read or write. */
291 enum df_ref_type type; /* Type of ref. */
648 extern struct df_ref *df_ref_create (struct df *, rtx, rtx *, rtx,basic_block,enum df_ref_type, enum df_ref_flags);
H A Ddf-scan.c86 basic_block, rtx, enum df_ref_type,
91 static void df_uses_record (struct dataflow *, rtx *, enum df_ref_type,
98 basic_block, rtx, enum df_ref_type,
546 enum df_ref_type ref_type,
937 enum df_ref_type ref_type,
1052 enum df_ref_type ref_type,
1286 df_uses_record (struct dataflow *dflow, rtx *loc, enum df_ref_type ref_type,

Completed in 108 milliseconds