Searched refs:TDF_BLOCKS (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-pass.h60 #define TDF_BLOCKS (1 << 5) /* display basic block boundaries */ macro
H A Dtree-dump.c750 {"blocks", TDF_BLOCKS},
H A Dtree-cfg.c2304 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-pass.h58 #define TDF_BLOCKS (1 << 5) /* display basic block boundaries */ macro
H A Dsched-vis.c775 the dump flags given in FLAGS. Currently, TDF_BLOCKS and TDF_DETAILS
796 if ((flags & TDF_BLOCKS)
807 if ((flags & TDF_BLOCKS)
H A Dtree-dump.c817 {"blocks", TDF_BLOCKS},
1125 return dump_enable_all (TDF_RTL | TDF_DETAILS | TDF_BLOCKS) > 0;
H A Dgimple-pretty-print.c1691 if (flags & TDF_BLOCKS)
1935 if (flags & TDF_BLOCKS)
H A Dpasses.c1225 && (dump_flags & TDF_BLOCKS))
H A Dtree-cfg.c2026 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS);

Completed in 291 milliseconds