Home
last modified time | relevance | path

Searched refs:indep_loop (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-im.c132 bitmap_head indep_loop; /* The set of loops in that the memory member
1369 bitmap_initialize (&ref->indep_loop, &lim_bitmap_obstack); in mem_ref_alloc()
2161 if (bitmap_bit_p (&ref->indep_loop, LOOP_DEP_BIT (loop->num, stored_p))) in ref_indep_loop_p_1()
2200 if (bitmap_set_bit (&ref->indep_loop, LOOP_DEP_BIT (loop->num, stored_p)) in ref_indep_loop_p_1()
2205 bitmap_set_bit (&ref->indep_loop, LOOP_DEP_BIT (loop->num, false)); in ref_indep_loop_p_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-im.c142 bitmap indep_loop; /* The set of loops in that the memory member
1489 BITMAP_FREE (mem->indep_loop); in memref_free()
1512 ref->indep_loop = BITMAP_ALLOC (NULL); in mem_ref_alloc()
2317 bitmap_set_bit (ref->indep_loop, loop->num); in record_indep_loop()
2365 if (bitmap_bit_p (ref->indep_loop, loop->num)) in ref_indep_loop_p()