Searched refs:df_ref_type (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | df.h | 66 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. */ 647 extern struct df_ref *df_ref_create (struct df *, rtx, rtx *, rtx,basic_block,enum df_ref_type, enu…
|
H A D | df-scan.c | 86 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, 544 enum df_ref_type ref_type, in df_ref_create() 933 enum df_ref_type ref_type, in df_ref_create_structure() 1048 enum df_ref_type ref_type, in df_ref_record() 1282 df_uses_record (struct dataflow *dflow, rtx *loc, enum df_ref_type ref_type, in df_uses_record()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | df.h | 35 enum df_ref_type {DF_REF_REG_DEF, DF_REF_REG_USE, DF_REF_REG_MEM_LOAD, enum 72 enum df_ref_type type; /* Type of ref. */
|
H A D | df.c | 210 enum df_ref_type, enum df_ref_flags)); 212 rtx, enum df_ref_type, 215 rtx, enum df_ref_type, 220 enum df_ref_type, basic_block, rtx, 783 enum df_ref_type ref_type; 835 enum df_ref_type ref_type; 850 enum df_ref_type ref_type; 1019 enum df_ref_type ref_type;
|