Home
last modified time | relevance | path

Searched refs:df_dump_insn_problem_function (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf.h243 typedef void (*df_dump_insn_problem_function) (const rtx_insn *, FILE *); typedef
274 df_dump_insn_problem_function dump_insn_top_fun;
275 df_dump_insn_problem_function dump_insn_bottom_fun;
H A Ddf-core.c2244 df_dump_insn_problem_function insnfun; in df_dump_insn_problem_data()