Home
last modified time | relevance | path

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

/freebsd-12.1/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. */
647 extern struct df_ref *df_ref_create (struct df *, rtx, rtx *, rtx,basic_block,enum df_ref_type, enu…
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,
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()
H A DChangeLog-200616023 (df_flow_dir, df_ref_type, df_ref_flags, df_alloc_function,