/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | x86-tune-sched-atom.c | 99 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it1, dep1) in do_reorder_for_imul()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | haifa-sched.c | 762 FOR_EACH_DEP (pair->i2, SD_LIST_BACK, sd_it, dep) in add_delay_dependencies() 1092 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in cond_clobbered_p() 1119 if (sd_lists_empty_p (next, SD_LIST_BACK)) in recompute_todo_spec() 1131 FOR_EACH_DEP (next, SD_LIST_BACK, sd_it, dep) in recompute_todo_spec() 2255 for (sd_it = sd_iterator_start (insn, SD_LIST_BACK); in schedule_insn() 2342 if (sd_lists_empty_p (next, SD_LIST_BACK)) in schedule_insn() 2601 FOR_EACH_DEP (first[i], SD_LIST_BACK, sd_it, dep) in toggle_cancelled_flags() 2617 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in toggle_cancelled_flags() 2857 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in estimate_insn_tick() 5972 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in create_check_block_twin() [all …]
|
H A D | sched-rgn.c | 1892 FOR_EACH_DEP (load_insn, SD_LIST_BACK, sd_it, dep) in is_conditionally_protected() 1948 FOR_EACH_DEP (load_insn, SD_LIST_BACK, back_sd_it, back_dep) in is_pfree() 1995 if (sd_lists_empty_p (load_insn, SD_LIST_BACK)) in is_prisky() 2811 sched_emulate_haifa_p ? -1 : sd_lists_size (insn, SD_LIST_BACK), in debug_dependencies()
|
H A D | sched-ebb.c | 343 FOR_EACH_DEP (load_insn, SD_LIST_BACK, back_sd_it, back_dep) in earliest_block_with_similiar_load()
|
H A D | sched-deps.c | 846 con_list_type = SD_LIST_BACK; in sd_find_dep_between_no_cache() 1399 list_type = resolved_p ? SD_LIST_RES_BACK : SD_LIST_BACK; in sd_copy_back_deps() 1634 for (sd_it = sd_iterator_start (insn, SD_LIST_BACK); in delete_all_dependences() 1652 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in fixup_sched_groups() 3677 types = SD_LIST_BACK; in delete_dep_nodes_in_back_deps()
|
H A D | sched-int.h | 1422 #define SD_LIST_BACK (SD_LIST_HARD_BACK | SD_LIST_SPEC_BACK) macro
|
H A D | ddg.c | 533 FOR_EACH_DEP (dest_node->insn, SD_LIST_BACK, sd_it, dep) in build_intra_loop_deps()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | haifa-sched.c | 800 FOR_EACH_DEP (pair->i2, SD_LIST_BACK, sd_it, dep) in add_delay_dependencies() 1137 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in cond_clobbered_p() 1161 SD_LIST_FORW | SD_LIST_BACK | SD_LIST_RES_BACK); in update_insn_after_change() 1209 if (sd_lists_empty_p (next, SD_LIST_BACK)) in recompute_todo_spec() 1226 FOR_EACH_DEP (next, SD_LIST_BACK, sd_it, dep) in recompute_todo_spec() 1270 FOR_EACH_DEP (next, SD_LIST_BACK, sd_it, dep) in recompute_todo_spec() 4013 for (sd_it = sd_iterator_start (insn, SD_LIST_BACK); in schedule_insn() 4402 FOR_EACH_DEP (first[i], SD_LIST_BACK, sd_it, dep) in toggle_cancelled_flags() 4418 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in toggle_cancelled_flags() 4770 if (sd_lists_empty_p (next, SD_LIST_BACK)) in restore_pattern() [all …]
|
H A D | sched-rgn.c | 1899 FOR_EACH_DEP (load_insn, SD_LIST_BACK, sd_it, dep) in is_conditionally_protected() 1955 FOR_EACH_DEP (load_insn, SD_LIST_BACK, back_sd_it, back_dep) in is_pfree() 2002 if (sd_lists_empty_p (load_insn, SD_LIST_BACK)) in is_prisky() 2838 sched_emulate_haifa_p ? -1 : sd_lists_size (insn, SD_LIST_BACK), in debug_dependencies() 2912 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it, dep) in dump_rgn_dependencies_dot()
|
H A D | sched-ebb.c | 331 FOR_EACH_DEP (load_insn, SD_LIST_BACK, back_sd_it, back_dep) in earliest_block_with_similiar_load()
|
H A D | sched-deps.c | 847 con_list_type = SD_LIST_BACK; in sd_find_dep_between_no_cache() 1408 list_type = resolved_p ? SD_LIST_RES_BACK : SD_LIST_BACK; in sd_copy_back_deps() 1651 for (sd_it = sd_iterator_start (insn, SD_LIST_BACK); in delete_all_dependences() 1669 FOR_EACH_DEP (insn, SD_LIST_BACK, sd_it, dep) in chain_to_prev_insn() 3863 types = SD_LIST_BACK; in delete_dep_nodes_in_back_deps() 4837 FOR_EACH_DEP (mii->inc_insn, SD_LIST_BACK, sd_it, dep) in find_inc()
|
H A D | sched-int.h | 1549 #define SD_LIST_BACK (SD_LIST_HARD_BACK | SD_LIST_SPEC_BACK) macro
|
H A D | ddg.c | 500 FOR_EACH_DEP (dest_node->insn, SD_LIST_BACK, sd_it, dep) in build_intra_loop_deps()
|