Home | History | Annotate | Download | only in gcc

Lines Matching defs:candidate_bitmap

37       candidates are stored in candidate_bitmap.
319 static bitmap candidate_bitmap;
714 candidate_bitmap = BITMAP_ALLOC (NULL);
730 BITMAP_FREE (candidate_bitmap);
756 if (bitmap_clear_bit (candidate_bitmap, DECL_UID (decl)))
925 if (!DECL_P (base) || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)))
1971 bitmap_set_bit (candidate_bitmap, DECL_UID (var));
1985 /* The very first phase of intraprocedural SRA. It marks in candidate_bitmap
2465 EXECUTE_IF_SET_IN_BITMAP (candidate_bitmap, 0, i, bi)
3021 if (!bitmap_bit_p (candidate_bitmap, DECL_UID (lacc->base)))
3026 if (!bitmap_bit_p (candidate_bitmap, DECL_UID (racc->base)))
3056 if (!bitmap_bit_p (candidate_bitmap, DECL_UID (lacc->base)))
3065 if (!bitmap_bit_p (candidate_bitmap, DECL_UID (racc->base)))
3452 bitmap_copy (tmp, candidate_bitmap);
3484 EXECUTE_IF_SET_IN_BITMAP (candidate_bitmap, 0, i, bi)
3543 bitmap_copy (tmp, candidate_bitmap);
3776 || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)))
4538 EXECUTE_IF_SET_IN_BITMAP (candidate_bitmap, 0, i, bi)
4701 if (!bitmap_bit_p (candidate_bitmap, DECL_UID (parm)))