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

  /src/external/gpl3/gcc/dist/gcc/
df-problems.cc 535 bitmap live_defs = BITMAP_ALLOC (&df_bitmap_obstack);
540 bitmap_set_range (live_defs,
543 changed |= bitmap_and_into (&bb_info->out, live_defs);
544 BITMAP_FREE (live_defs);
534 bitmap live_defs = BITMAP_ALLOC (&df_bitmap_obstack); local
  /src/external/gpl3/gcc.old/dist/gcc/
df-problems.cc 535 bitmap live_defs = BITMAP_ALLOC (&df_bitmap_obstack);
540 bitmap_set_range (live_defs,
543 changed |= bitmap_and_into (&bb_info->out, live_defs);
544 BITMAP_FREE (live_defs);
534 bitmap live_defs = BITMAP_ALLOC (&df_bitmap_obstack); local

Completed in 22 milliseconds