Home
last modified time | relevance | path

Searched refs:TDF_BLOCKS (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-pass.h60 #define TDF_BLOCKS (1 << 5) /* display basic block boundaries */ macro
Dsched-vis.c733 if ((flags & TDF_BLOCKS) in print_rtl_slim_with_bb()
744 if ((flags & TDF_BLOCKS) in print_rtl_slim_with_bb()
Dtree-dump.c782 {"blocks", TDF_BLOCKS},
1088 return dump_enable_all (TDF_RTL | TDF_DETAILS | TDF_BLOCKS, letter) > 0; in enable_rtl_dump_file()
Dpasses.c771 else if ((curr_properties & PROP_cfg) && (dump_flags & TDF_BLOCKS)) in execute_todo()
Dtree-pretty-print.c2639 if (flags & TDF_BLOCKS) in dump_bb_header()
2851 if (flags & TDF_BLOCKS) in dump_generic_bb_buff()
Dtree-cfg.c2312 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in dump_tree_cfg()