Home
last modified time | relevance | path

Searched refs:larray (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h326 vec<loop_p, va_gc> *larray; member
524 return (*loops_for_fn (fn)->larray)[num]; in get_loop()
566 return loops->larray; in get_loops()
579 return vec_safe_length (loops->larray); in number_of_loops()
716 for (i = 0; vec_safe_iterate (loops_for_fn (fn)->larray, i, &aloop); i++) in loop_iterator()
H A Dcfgloop.c210 if (loops->larray) in flow_loops_free()
216 FOR_EACH_VEC_SAFE_ELT (loops->larray, i, loop) in flow_loops_free()
224 vec_free (loops->larray); in flow_loops_free()
371 vec_alloc (loops->larray, num_loops); in init_loops_structure()
381 loops->larray->quick_push (root); in init_loops_structure()
457 auto_vec<loop_p> larray (loops->larray->length ()); in flow_loops_find()
481 loop->num = loops->larray->length (); in flow_loops_find()
482 vec_safe_push (loops->larray, loop); in flow_loops_find()
493 larray.safe_push (loop); in flow_loops_find()
504 for (i = 0; i < larray.length (); ++i) in flow_loops_find()
[all …]
H A Dtree-cfg.c7400 vec_safe_push (loops_for_fn (fn2)->larray, loop); in fixup_loop_arrays_after_move()
7654 vec<loop_p, va_gc> *larray = get_loops (saved_cfun)->copy (); in move_sese_region_to_fn() local
7710 = XCNEWVEC (signed char, vec_safe_length (larray)); in move_sese_region_to_fn()
7711 if ((*larray)[dloop->orig_loop_num] != NULL in move_sese_region_to_fn()
7717 dloop->orig_loop_num = (*larray)[dloop->orig_loop_num]->num; in move_sese_region_to_fn()
7737 && (unsigned) orig_loop_num < vec_safe_length (larray)); in move_sese_region_to_fn()
7743 gcc_assert ((*larray)[dloop->orig_loop_num] != NULL in move_sese_region_to_fn()
7747 (*larray)[dloop->orig_loop_num]->num); in move_sese_region_to_fn()
7765 && (unsigned) orig_loop_num < vec_safe_length (larray)); in move_sese_region_to_fn()
7773 ggc_free (larray); in move_sese_region_to_fn()
[all …]
H A Dgraphite-scop-detection.c706 loop_p loop = (*current_loops->larray)[j]; in harmful_loop_in_region()
H A Dcfgloopmanip.c433 vec_safe_push (loops_for_fn (fn)->larray, loop); in place_new_loop()
H A Dlto-streamer-in.c1108 loops->larray->quick_push (NULL);
H A Dhaifa-sched.c8174 add_bb_to_loop (single, (*current_loops->larray)[0]); in init_before_recovery()
8175 add_bb_to_loop (empty, (*current_loops->larray)[0]); in init_before_recovery()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h326 vec<loop_p, va_gc> *larray; member
524 return (*loops_for_fn (fn)->larray)[num]; in get_loop()
566 return loops->larray; in get_loops()
579 return vec_safe_length (loops->larray); in number_of_loops()
829 for (i = 1; vec_safe_iterate (loops->larray, i, &aloop); i++) in loops_list()
H A Dcfgloop.cc210 if (loops->larray) in flow_loops_free()
216 FOR_EACH_VEC_SAFE_ELT (loops->larray, i, loop) in flow_loops_free()
224 vec_free (loops->larray); in flow_loops_free()
371 vec_alloc (loops->larray, num_loops); in init_loops_structure()
381 loops->larray->quick_push (root); in init_loops_structure()
457 auto_vec<loop_p> larray (loops->larray->length ()); in flow_loops_find() local
481 loop->num = loops->larray->length (); in flow_loops_find()
482 vec_safe_push (loops->larray, loop); in flow_loops_find()
493 larray.safe_push (loop); in flow_loops_find()
504 for (i = 0; i < larray.length (); ++i) in flow_loops_find()
[all …]
H A Dtree-cfg.cc7477 vec_safe_push (loops_for_fn (fn2)->larray, loop); in fixup_loop_arrays_after_move()
7731 vec<loop_p, va_gc> *larray = get_loops (saved_cfun)->copy (); in move_sese_region_to_fn() local
7788 = XCNEWVEC (signed char, vec_safe_length (larray)); in move_sese_region_to_fn()
7789 if ((*larray)[dloop->orig_loop_num] != NULL in move_sese_region_to_fn()
7795 dloop->orig_loop_num = (*larray)[dloop->orig_loop_num]->num; in move_sese_region_to_fn()
7815 && (unsigned) orig_loop_num < vec_safe_length (larray)); in move_sese_region_to_fn()
7821 gcc_assert ((*larray)[orig_loop_num] != NULL in move_sese_region_to_fn()
7824 (*larray)[orig_loop_num]->num); in move_sese_region_to_fn()
7842 && (unsigned) orig_loop_num < vec_safe_length (larray)); in move_sese_region_to_fn()
7850 ggc_free (larray); in move_sese_region_to_fn()
[all …]
H A Dgraphite-scop-detection.cc706 loop_p loop = (*current_loops->larray)[j]; in harmful_loop_in_region()
H A Dcfgloopmanip.cc432 vec_safe_push (loops_for_fn (fn)->larray, loop); in place_new_loop()
H A Dlto-streamer-in.cc1095 loops->larray->quick_push (NULL); in input_cfg()
H A Dhaifa-sched.cc8179 add_bb_to_loop (single, (*current_loops->larray)[0]); in init_before_recovery()
8180 add_bb_to_loop (empty, (*current_loops->larray)[0]); in init_before_recovery()
H A DChangeLog-20061853 (place_new_loop): Access larray vector instead of parray.
1885 (flow_loops_free): Use FOR_EACH_LOOP, free larray vector.
1892 (struct loops): Replace num and parray field by larray vector.
H A DChangeLog-200720896 * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
20916 (flow_loops_find): Vector larray is gc allocated.
20928 (struct loops): Add GTY marker. Make larray vector gc allocated.
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_cs.c1483 u32 barray, larray; in r600_check_texture_resource() local
1589 larray = G_038014_LAST_ARRAY(word5); in r600_check_texture_resource()
1591 nfaces = larray - barray + 1; in r600_check_texture_resource()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi74 the corresponding field of the @code{larray} vector in the loops
76 empty (@code{NULL}) entries in the @code{larray} created by deleting
80 The entries of the @code{larray} field should not be accessed directly.
H A Dgccint.info21352 corresponding field of the 'larray' vector in the loops structure. The
21354 entries in the 'larray' created by deleting loops. Also, there is no
21358 The entries of the 'larray' field should not be accessed directly. The
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi74 the corresponding field of the @code{larray} vector in the loops
76 empty (@code{NULL}) entries in the @code{larray} created by deleting
80 The entries of the @code{larray} field should not be accessed directly.
H A Dgccint.info20322 corresponding field of the 'larray' vector in the loops structure. The
20324 entries in the 'larray' created by deleting loops. Also, there is no
20328 The entries of the 'larray' field should not be accessed directly. The
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c619 vec_safe_grow_cleared (loops_for_fn (cfun)->larray, in c_parser_gimple_compound_statement()
621 (*loops_for_fn (cfun)->larray)[is_loop_header_of] = loop; in c_parser_gimple_compound_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc624 vec_safe_grow_cleared (loops_for_fn (cfun)->larray, in c_parser_gimple_compound_statement()
626 (*loops_for_fn (cfun)->larray)[is_loop_header_of] = loop; in c_parser_gimple_compound_statement()