Searched refs:get_loops (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-init.cc | 282 FOR_EACH_VEC_ELT (*get_loops (cfun), i, loop) in fix_loop_structure() 312 (*get_loops (cfun))[i] = NULL; in fix_loop_structure()
|
H A D | ira-build.cc | 160 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in create_loop_tree_nodes() 198 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in more_one_region_p() 383 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), l, loop) in rebuild_regno_allocno_maps() 2285 for (n = i = 0; vec_safe_iterate (get_loops (cfun), i, &loop); i++) in mark_loops_for_removal() 2329 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in mark_all_loops_for_removal()
|
H A D | cfgloop.h | 560 get_loops (struct function *fn) in get_loops() function
|
H A D | tree-cfgcleanup.cc | 1016 for (loop_p loop : *get_loops (cfun)) in cleanup_tree_cfg_noloop()
|
H A D | ira-emit.cc | 445 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in setup_entered_from_non_parent_p()
|
H A D | tree-cfg.cc | 7473 (*get_loops (fn1))[loop->num] = NULL; in fixup_loop_arrays_after_move() 7731 vec<loop_p, va_gc> *larray = get_loops (saved_cfun)->copy (); in move_sese_region_to_fn()
|
H A D | ChangeLog-2013 | 31851 (get_loops): Likewise. 38358 * ira-build.c (create_loop_tree_nodes): Use get_loops and
|
H A D | ChangeLog-2006 | 1895 (get_loop, get_loops, number_of_loops, fel_next, fel_init,
|
H A D | ChangeLog-2007 | 20930 (get_loops): Type changed.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-init.c | 275 FOR_EACH_VEC_ELT (*get_loops (cfun), i, loop) in fix_loop_structure() 305 (*get_loops (cfun))[i] = NULL; in fix_loop_structure()
|
H A D | ira-build.c | 161 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in create_loop_tree_nodes() 200 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in more_one_region_p() 385 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), l, loop) in rebuild_regno_allocno_maps() 2236 for (n = i = 0; vec_safe_iterate (get_loops (cfun), i, &loop); i++) in mark_loops_for_removal() 2280 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in mark_all_loops_for_removal()
|
H A D | cfgloop.h | 560 get_loops (struct function *fn) in get_loops() function
|
H A D | tree-cfgcleanup.c | 998 FOR_EACH_VEC_ELT (*get_loops (cfun), i, loop) in cleanup_tree_cfg_noloop()
|
H A D | ira-emit.c | 445 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop) in setup_entered_from_non_parent_p()
|
H A D | tree-cfg.c | 7396 (*get_loops (fn1))[loop->num] = NULL; in fixup_loop_arrays_after_move() 7654 vec<loop_p, va_gc> *larray = get_loops (saved_cfun)->copy (); in move_sese_region_to_fn()
|