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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ter.cc 111 PARTITION_DEPENDENCIES is another bitmap array, and it has a bit set for any
163 bitmap *partition_dependencies; /* Partitions expr is dependent on. */ member in struct:temp_expr_table
193 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1);
237 gcc_assert (t->partition_dependencies[x] == NULL);
246 free (t->partition_dependencies);
276 if (!tab->partition_dependencies[version])
277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack);
279 bitmap_set_bit (tab->partition_dependencies[version], p);
335 /* Rather than set partition_dependencies and in_use lists bit by
337 if (!tab->partition_dependencies[version]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ter.cc 111 PARTITION_DEPENDENCIES is another bitmap array, and it has a bit set for any
163 bitmap *partition_dependencies; /* Partitions expr is dependent on. */ member in struct:temp_expr_table
193 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1);
237 gcc_assert (t->partition_dependencies[x] == NULL);
246 free (t->partition_dependencies);
276 if (!tab->partition_dependencies[version])
277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack);
279 bitmap_set_bit (tab->partition_dependencies[version], p);
335 /* Rather than set partition_dependencies and in_use lists bit by
337 if (!tab->partition_dependencies[version]
    [all...]

Completed in 171 milliseconds