Searched refs:print_gimple_seq (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-pretty-print.h | 29 extern void print_gimple_seq (FILE *, gimple_seq, int, dump_flags_t);
|
H A D | gimple-pretty-print.c | 219 print_gimple_seq (FILE *file, gimple_seq seq, int spc, dump_flags_t flags) in print_gimple_seq() function 234 print_gimple_seq (stderr, seq, 0, TDF_VOPS|TDF_MEMSYMS); in debug_gimple_seq()
|
H A D | gimple-fold.c | 4772 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification() 4794 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification() 4812 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification() 4828 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification()
|
H A D | tree-cfg.c | 8155 print_gimple_seq (file, body, 0, flags); in dump_function_to_file() 8164 print_gimple_seq (file, body, 2, flags); in dump_function_to_file()
|
H A D | gimple-ssa-store-merging.c | 4344 print_gimple_seq (dump_file, seq, 0, TDF_VOPS | TDF_MEMSYMS); in output_merged_store()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-pretty-print.h | 29 extern void print_gimple_seq (FILE *, gimple_seq, int, dump_flags_t);
|
H A D | gimple-pretty-print.cc | 220 print_gimple_seq (FILE *file, gimple_seq seq, int spc, dump_flags_t flags) in print_gimple_seq() function 235 print_gimple_seq (stderr, seq, 0, TDF_VOPS|TDF_MEMSYMS); in debug_gimple_seq()
|
H A D | gimple-fold.cc | 5830 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification() 5853 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification() 5871 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification() 5887 print_gimple_seq (dump_file, *seq, 0, TDF_SLIM); in replace_stmt_with_simplification()
|
H A D | tree-cfg.cc | 8249 print_gimple_seq (file, body, 0, flags); in dump_function_to_file() 8258 print_gimple_seq (file, body, 2, flags); in dump_function_to_file()
|
H A D | gimple-ssa-store-merging.cc | 4707 print_gimple_seq (dump_file, seq, 0, TDF_VOPS | TDF_MEMSYMS); in output_merged_store()
|
H A D | ChangeLog-2013 | 21775 (print_gimple_seq): Likewise. 24467 (print_gimple_seq): Likewise.
|
H A D | ChangeLog-2012 | 15642 (print_gimple_seq): Likewise.
|
H A D | ChangeLog-2010 | 30198 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
|