Searched refs:DF_REF_ID (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | web.c | 137 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 138 use_entry + DF_REF_ID (use_link)); in union_defs() 153 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 154 def_entry + DF_REF_ID (def_link)); in union_defs() 160 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 161 def_entry + DF_REF_ID (link->ref)); in union_defs() 179 (*fun) (use_entry + DF_REF_ID (use), in union_defs() 180 def_entry + DF_REF_ID (link)); in union_defs()
|
| H A D | df-scan.c | 668 unsigned int id = DF_REF_ID (ref); in df_reg_chain_unlink() 731 DF_DEFS_SET (df, DF_REF_ID (ref), NULL); in df_ref_remove() 747 DF_USES_SET (df, DF_REF_ID (ref), NULL); in df_ref_remove() 905 DF_REF_ID (ref) = offset++; in df_reorganize_refs() 964 DF_REF_ID (this_ref) = df->def_info.bitmap_size; in df_ref_create_structure() 1004 DF_REF_ID (this_ref) = df->use_info.bitmap_size; in df_ref_create_structure()
|
| H A D | df-core.c | 1146 DF_REF_ID (ref), in df_refs_chain_dump() 1166 DF_REF_ID (ref), in df_regs_chain_dump() 1277 DF_REF_ID (ref)); in df_ref_debug()
|
| H A D | df-problems.c | 210 DF_REF_ID (link->ref), in df_chain_dump() 516 bitmap_set_bit (bb_info->gen, DF_REF_ID (use)); in df_ru_bb_local_compute_process_use() 1043 bitmap_set_bit (bb_info->gen, DF_REF_ID (def)); in df_rd_bb_local_compute_process_def() 2982 bitmap_set_bit (cpy, DF_REF_ID (def)); in df_chain_create_bb() 3011 bitmap_set_bit (cpy, DF_REF_ID (def)); in df_chain_create_bb()
|
| H A D | df.h | 419 #define DF_REF_ID(REF) ((REF)->id) macro
|
| H A D | loop-iv.c | 288 if (!bitmap_bit_p (bb_info->out, DF_REF_ID (adef))) in latch_dominating_def()
|
| H A D | ChangeLog-2006 | 16012 DF_REF_ID, DF_REF_FLAGS, DF_REF_NEXT_REG, DF_REF_PREV_REG,
|