Lines Matching defs:dump

96 #include "tree-dump.h"
737 /* Iterate over the pass tree allocating dump file numbers. We want
764 and to specify dump file name and option.
767 to mark the start of the following dump file name / option string. */
793 any dump messages are emitted properly under -fopt-info(-optall). */
805 /* Register the dump files for the pass_manager starting at PASS. */
1280 and so it should rename the dump file. The first instance will
1316 so that we can register their dump files after pass-positioning is finished.
1319 the dump file names of future pass instances to be added. */
1404 list so that we can register its dump file later. Note that
1405 we cannot register the dump file now because doing so will modify
1407 mess up the dump file name of future instances. */
1492 the dump files for the newly added pass and its duplicates (if any).
1497 new passes when the 'dump-all' flags (e.g. -fdump-tree-all)
1512 /* Check if dump-all flag is specified. */
1606 /* Register the passes with the tree dump code. */
1738 /* Helper function to perform function body dump. */
2075 /* Initialize pass dump file. */
2081 /* If a dump file name is present, open it if enabled. */
2106 /* Flush PASS dump file. */
2114 /* Flush and close dump file. */
2804 dump_properties (FILE *dump, unsigned int props)
2806 fprintf (dump, "Properties:\n");
2808 fprintf (dump, "PROP_gimple_any\n");
2810 fprintf (dump, "PROP_gimple_lcf\n");
2812 fprintf (dump, "PROP_gimple_leh\n");
2814 fprintf (dump, "PROP_cfg\n");
2816 fprintf (dump, "PROP_ssa\n");
2818 fprintf (dump, "PROP_no_crit_edges\n");
2820 fprintf (dump, "PROP_rtl\n");
2822 fprintf (dump, "PROP_gimple_lomp\n");
2824 fprintf (dump, "PROP_gimple_lcx\n");
2826 fprintf (dump, "PROP_gimple_lvec\n");
2828 fprintf (dump, "PROP_cfglayout\n");
2860 e->caller->dump (dump_file);