Home
last modified time | relevance | path

Searched refs:dump_tree_cfg (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-optimize.c311 dump_tree_cfg (dump_file, dump_flags); in execute_fixup_cfg()
Dtree-flow.h577 extern void dump_tree_cfg (FILE *, int);
Dtree-outof-ssa.c2534 dump_tree_cfg (dump_file, dump_flags & ~TDF_DETAILS); in rewrite_out_of_ssa()
2550 dump_tree_cfg (dump_file, dump_flags & ~TDF_DETAILS); in rewrite_out_of_ssa()
Dtree-cfg.c224 dump_tree_cfg (dump_file, dump_flags); in build_tree_cfg()
2290 dump_tree_cfg (stderr, flags); in debug_tree_cfg()
2300 dump_tree_cfg (FILE *file, int flags) in dump_tree_cfg() function
Dpredict.c1373 dump_tree_cfg (dump_file, dump_flags); in tree_estimate_probability()
DChangeLog.tree-ssa5970 (dump_tree_cfg): Use brief_dump_cfg and dump_function_to_file.
6167 (dump_tree_cfg): Use dump_cfg_function_to_file.
6330 (dump_tree_cfg): Don't count merged case labels.
7094 (remove_bb, debug_tree_bb, dump_tree_cfg): Call dump_bb.
9443 * tree-cfg.c (dump_tree_cfg): Dump to `file', not `dump_file'.
11565 (dump_tree_cfg): Revamp how we get the current function's name
11776 * tree-cfg.c (dump_tree_cfg): Avoid crashing when cfun is NULL.
13023 (dump_tree_cfg): Call dump_cfg_stats if TDF_STATS is enabled.
14097 (dump_tree_cfg): Call dump_current_function.
14432 (dump_tree_cfg): Use current_function_name.
[all …]
DChangeLog-200432725 * tree-cfg.c (dump_tree_cfg, dump_cfg_stats, tree_cfg2vcg,