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

  /src/external/gpl3/gcc/dist/gcc/
store-motion.cc 87 static sbitmap *st_kill, *st_avloc, *st_antloc, *st_transp; variable
863 if (bitmap_bit_p (st_antloc[bb->index], smexpr->index))
1011 st_antloc = sbitmap_vector_alloc (last_basic_block_for_fn (cfun),
1013 bitmap_vector_clear (st_antloc, last_basic_block_for_fn (cfun));
1042 bitmap_set_bit (st_antloc[bb->index], ptr->index);
1076 if (!bitmap_bit_p (st_antloc[bb->index], ptr->index)
1089 dump_bitmap_vector (dump_file, "st_antloc", "", st_antloc,
1113 if (st_antloc)
1114 sbitmap_vector_free (st_antloc);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
store-motion.cc 87 static sbitmap *st_kill, *st_avloc, *st_antloc, *st_transp; variable
863 if (bitmap_bit_p (st_antloc[bb->index], smexpr->index))
1011 st_antloc = sbitmap_vector_alloc (last_basic_block_for_fn (cfun),
1013 bitmap_vector_clear (st_antloc, last_basic_block_for_fn (cfun));
1042 bitmap_set_bit (st_antloc[bb->index], ptr->index);
1076 if (!bitmap_bit_p (st_antloc[bb->index], ptr->index)
1089 dump_bitmap_vector (dump_file, "st_antloc", "", st_antloc,
1113 if (st_antloc)
1114 sbitmap_vector_free (st_antloc);
    [all...]

Completed in 48 milliseconds