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

  /src/external/gpl3/gcc/dist/gcc/
shrink-wrap.cc 1093 sbitmap has_components;
1148 SW (bb)->has_components = sbitmap_alloc (SBITMAP_SIZE (components));
1151 bitmap_clear (SW (bb)->has_components);
1164 sbitmap_free (SW (bb)->has_components);
1174 HAS_COMPONENTS of a block if either the block has that bit set in
1235 bitmap_set_bit (SW (bb)->has_components, which);
1241 && bitmap_bit_p (SW (kid)->has_components, which))
1244 bitmap_set_bit (SW (bb)->has_components, which);
1272 /* Set HAS_COMPONENTS in every block to the maximum it can be set to without
1276 were made to some HAS_COMPONENTS. *
1092 sbitmap has_components; member in struct:sw
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
shrink-wrap.cc 1093 sbitmap has_components;
1148 SW (bb)->has_components = sbitmap_alloc (SBITMAP_SIZE (components));
1151 bitmap_clear (SW (bb)->has_components);
1164 sbitmap_free (SW (bb)->has_components);
1174 HAS_COMPONENTS of a block if either the block has that bit set in
1235 bitmap_set_bit (SW (bb)->has_components, which);
1241 && bitmap_bit_p (SW (kid)->has_components, which))
1244 bitmap_set_bit (SW (bb)->has_components, which);
1272 /* Set HAS_COMPONENTS in every block to the maximum it can be set to without
1276 were made to some HAS_COMPONENTS. *
1092 sbitmap has_components; member in struct:sw
    [all...]

Completed in 16 milliseconds