Home
last modified time | relevance | path

Searched refs:df_dump_bb_problem_function (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h240 typedef void (*df_dump_bb_problem_function) (basic_block, FILE *); typedef
269 df_dump_bb_problem_function dump_top_fun;
270 df_dump_bb_problem_function dump_bottom_fun;
H A Ddf-core.c2018 df_dump_bb_problem_function bbfun = dflow->problem->dump_top_fun; in df_dump_top()
2041 df_dump_bb_problem_function bbfun = dflow->problem->dump_bottom_fun; in df_dump_bottom()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf.h240 typedef void (*df_dump_bb_problem_function) (basic_block, FILE *); typedef
272 df_dump_bb_problem_function dump_top_fun;
273 df_dump_bb_problem_function dump_bottom_fun;
H A Ddf-core.c2200 df_dump_bb_problem_function bbfun; in df_dump_bb_problem_data()