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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ter.cc 122 KILL_LIST is yet another bitmap array, this time it is indexed by partition
128 a block to clear out the KILL_LIST bitmaps at the end of each block.
166 bitmap *kill_list; /* Expr's killed by a partition. */ member in struct:temp_expr_table
195 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1);
233 gcc_assert (!t->kill_list[x]);
245 free (t->kill_list);
288 if (!tab->kill_list[p])
290 tab->kill_list[p] = BITMAP_ALLOC (&ter_bitmap_obstack);
293 bitmap_set_bit (tab->kill_list[p], ver);
303 gcc_checking_assert (tab->kill_list[p])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ter.cc 122 KILL_LIST is yet another bitmap array, this time it is indexed by partition
128 a block to clear out the KILL_LIST bitmaps at the end of each block.
166 bitmap *kill_list; /* Expr's killed by a partition. */ member in struct:temp_expr_table
195 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1);
233 gcc_assert (!t->kill_list[x]);
245 free (t->kill_list);
288 if (!tab->kill_list[p])
290 tab->kill_list[p] = BITMAP_ALLOC (&ter_bitmap_obstack);
293 bitmap_set_bit (tab->kill_list[p], ver);
303 gcc_checking_assert (tab->kill_list[p])
    [all...]

Completed in 24 milliseconds