Home
last modified time | relevance | path

Searched refs:print_gimple_seq (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-pretty-print.h29 extern void print_gimple_seq (FILE *, gimple_seq, int, dump_flags_t);
H A Dgimple-pretty-print.c219 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 Dgimple-fold.c4772 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 Dtree-cfg.c8155 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 Dgimple-ssa-store-merging.c4344 print_gimple_seq (dump_file, seq, 0, TDF_VOPS | TDF_MEMSYMS); in output_merged_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-pretty-print.h29 extern void print_gimple_seq (FILE *, gimple_seq, int, dump_flags_t);
H A Dgimple-pretty-print.cc220 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 Dgimple-fold.cc5830 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 Dtree-cfg.cc8249 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 Dgimple-ssa-store-merging.cc4707 print_gimple_seq (dump_file, seq, 0, TDF_VOPS | TDF_MEMSYMS); in output_merged_store()
H A DChangeLog-201321775 (print_gimple_seq): Likewise.
24467 (print_gimple_seq): Likewise.
H A DChangeLog-201215642 (print_gimple_seq): Likewise.
H A DChangeLog-201030198 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,