Searched refs:dump_kind (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.c336 dump_loc (int dump_kind, FILE *dfile, source_location loc) argument
338 if (dump_kind)
355 dump_gimple_stmt (int dump_kind, int extra_dump_flags, gimple gs, int spc) argument
357 if (dump_file && (dump_kind & pflags))
360 if (alt_dump_file && (dump_kind & alt_flags))
367 dump_gimple_stmt_loc (int dump_kind, source_location loc, int extra_dump_flags, argument
370 if (dump_file && (dump_kind & pflags))
372 dump_loc (dump_kind, dump_file, loc);
376 if (alt_dump_file && (dump_kind & alt_flags))
378 dump_loc (dump_kind, alt_dump_fil
387 dump_generic_expr(int dump_kind, int extra_dump_flags, tree t) argument
401 dump_generic_expr_loc(int dump_kind, source_location loc, int extra_dump_flags, tree t) argument
420 dump_printf(int dump_kind, const char *format, ...) argument
442 dump_printf_loc(int dump_kind, source_location loc, const char *format, ...) argument
982 dump_basic_block(int dump_kind, basic_block bb, int indent) argument
[all...]
H A Dtree-vect-slp.c1091 vect_print_slp_tree (int dump_kind, slp_tree node) argument
1100 dump_printf (dump_kind, "node ");
1103 dump_printf (dump_kind, "\n\tstmt %d ", i);
1104 dump_gimple_stmt (dump_kind, TDF_SLIM, stmt, 0);
1106 dump_printf (dump_kind, "\n");
1109 vect_print_slp_tree (dump_kind, child);

Completed in 98 milliseconds