Searched refs:DF_REF_NEXT_LOC (Results 1 – 8 of 8) sorted by relevance
681 #define DF_REF_NEXT_LOC(REF) ((REF)->base.next_loc) macro773 for (ITER = DF_INSN_INFO_DEFS (INSN); ITER; ITER = DF_REF_NEXT_LOC (ITER))776 for (ITER = DF_INSN_INFO_USES (INSN); ITER; ITER = DF_REF_NEXT_LOC (ITER))779 for (ITER = DF_INSN_INFO_EQ_USES (INSN); ITER; ITER = DF_REF_NEXT_LOC (ITER))795 ITER = DF_REF_NEXT_LOC (ITER))799 ITER = DF_REF_NEXT_LOC (ITER))1219 return defs && !DF_REF_NEXT_LOC (defs) ? defs : NULL; in df_single_def()1229 return uses && !DF_REF_NEXT_LOC (uses) ? uses : NULL; in df_single_use()
110 for (dupref = use_link; dupref; dupref = DF_REF_NEXT_LOC (dupref)) in union_match_dups()117 for (dupref = def_link; dupref; dupref = DF_REF_NEXT_LOC (dupref)) in union_match_dups()134 for (; ref; ref = DF_REF_NEXT_LOC (ref)) in union_match_dups()146 for (ref = use_link; ref; ref = DF_REF_NEXT_LOC (ref)) in union_match_dups()
669 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); in df_install_ref_incremental()671 DF_REF_NEXT_LOC (ref) = *ref_ptr; in df_install_ref_incremental()837 for (; ref; ref = DF_REF_NEXT_LOC (ref)) in df_ref_chain_delete_du_chain()853 next = DF_REF_NEXT_LOC (ref); in df_ref_chain_delete()1570 for (; ref; ref = DF_REF_NEXT_LOC (ref)) in df_add_refs_to_table()1846 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); in df_ref_change_reg_with_loc_1()1850 df_ref next = DF_REF_NEXT_LOC (the_ref); in df_ref_change_reg_with_loc_1()1851 DF_REF_NEXT_LOC (the_ref) = *ref_ptr; in df_ref_change_reg_with_loc_1()1854 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); in df_ref_change_reg_with_loc_1()1858 else if (DF_REF_NEXT_LOC (the_ref) in df_ref_change_reg_with_loc_1()[all …]
291 for (; def; def = DF_REF_NEXT_LOC (def)) in df_rd_bb_local_compute_process_def()2480 for (; use; use = DF_REF_NEXT_LOC (use)) in df_chain_create_bb_process_use()4519 for (; def; def = DF_REF_NEXT_LOC (def)) in df_md_bb_local_compute_process_def()
2290 for (; ref; ref = DF_REF_NEXT_LOC (ref)) in df_refs_chain_dump()
34506 (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
585 for (ref = DF_INSN_INFO_DEFS (insn_info); ref; ref = DF_REF_NEXT_LOC (ref)) in insn_references_regno_p()593 for (ref = DF_INSN_INFO_USES (insn_info); ref; ref = DF_REF_NEXT_LOC (ref)) in insn_references_regno_p()
446 for (ref = DF_INSN_UID_DEFS (insn_uid); ref; ref = DF_REF_NEXT_LOC (ref)) in add_insn()449 for (ref = DF_INSN_UID_USES (insn_uid); ref; ref = DF_REF_NEXT_LOC (ref)) in add_insn()957 for (df_ref ref = DF_INSN_DEFS (insn); ref; ref = DF_REF_NEXT_LOC (ref)) in convert_insn()1005 for (df_ref ref = DF_INSN_USES (insn); ref; ref = DF_REF_NEXT_LOC (ref)) in convert_insn()1293 for (df_ref ref = DF_INSN_UID_DEFS (id); ref; ref = DF_REF_NEXT_LOC (ref)) in convert_registers()