Searched refs:df_rd_dump_defs_set (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddf-problems.c602 df_rd_dump_defs_set (bitmap defs_set, const char *prefix, FILE *file)
653 df_rd_dump_defs_set (&bb_info->in, ";; rd in ", file);
654 df_rd_dump_defs_set (&bb_info->gen, ";; rd gen ", file);
655 df_rd_dump_defs_set (&bb_info->kill, ";; rd kill", file);
668 df_rd_dump_defs_set (&bb_info->out, ";; rd out ", file);
601 df_rd_dump_defs_set (bitmap defs_set, const char *prefix, FILE *file) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.cc602 df_rd_dump_defs_set (bitmap defs_set, const char *prefix, FILE *file)
653 df_rd_dump_defs_set (&bb_info->in, ";; rd in ", file);
654 df_rd_dump_defs_set (&bb_info->gen, ";; rd gen ", file);
655 df_rd_dump_defs_set (&bb_info->kill, ";; rd kill", file);
668 df_rd_dump_defs_set (&bb_info->out, ";; rd out ", file);
601 df_rd_dump_defs_set (bitmap defs_set, const char *prefix, FILE *file) function

Completed in 126 milliseconds