HomeSort by: relevance | last modified time | path
    Searched defs:candidate_bitmap (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-sra.cc 37 candidates are stored in candidate_bitmap.
320 static bitmap candidate_bitmap; variable
718 candidate_bitmap = BITMAP_ALLOC (NULL);
735 BITMAP_FREE (candidate_bitmap);
762 if (bitmap_clear_bit (candidate_bitmap, DECL_UID (decl)))
931 if (!DECL_P (base) || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)))
1270 || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)));
2253 bitmap_set_bit (candidate_bitmap, DECL_UID (var));
2267 /* The very first phase of intraprocedural SRA. It marks in candidate_bitmap
2766 EXECUTE_IF_SET_IN_BITMAP (candidate_bitmap, 0, i, bi
    [all...]
tree-sra.cc 37 candidates are stored in candidate_bitmap.
320 static bitmap candidate_bitmap; variable
718 candidate_bitmap = BITMAP_ALLOC (NULL);
735 BITMAP_FREE (candidate_bitmap);
762 if (bitmap_clear_bit (candidate_bitmap, DECL_UID (decl)))
931 if (!DECL_P (base) || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)))
1270 || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)));
2253 bitmap_set_bit (candidate_bitmap, DECL_UID (var));
2267 /* The very first phase of intraprocedural SRA. It marks in candidate_bitmap
2766 EXECUTE_IF_SET_IN_BITMAP (candidate_bitmap, 0, i, bi
    [all...]
tree-sra.cc 37 candidates are stored in candidate_bitmap.
320 static bitmap candidate_bitmap; variable
718 candidate_bitmap = BITMAP_ALLOC (NULL);
735 BITMAP_FREE (candidate_bitmap);
762 if (bitmap_clear_bit (candidate_bitmap, DECL_UID (decl)))
931 if (!DECL_P (base) || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)))
1270 || !bitmap_bit_p (candidate_bitmap, DECL_UID (base)));
2253 bitmap_set_bit (candidate_bitmap, DECL_UID (var));
2267 /* The very first phase of intraprocedural SRA. It marks in candidate_bitmap
2766 EXECUTE_IF_SET_IN_BITMAP (candidate_bitmap, 0, i, bi
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc 37 candidates are stored in candidate_bitmap.
319 static bitmap candidate_bitmap; variable
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))
    [all...]
tree-sra.cc 37 candidates are stored in candidate_bitmap.
319 static bitmap candidate_bitmap; variable
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))
    [all...]
tree-sra.cc 37 candidates are stored in candidate_bitmap.
319 static bitmap candidate_bitmap; variable
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))
    [all...]

Completed in 135 milliseconds