Home
last modified time | relevance | path

Searched refs:dump_kind (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDdumpfile.c176 dump_kind dkind, int optgroup_flags, bool take_ownership) in dump_register()
346 dump_loc (dump_flags_t dump_kind, FILE *dfile, source_location loc) in dump_loc() argument
348 if (dump_kind) in dump_loc()
365 dump_gimple_stmt (dump_flags_t dump_kind, dump_flags_t extra_dump_flags, in dump_gimple_stmt() argument
368 if (dump_file && (dump_kind & pflags)) in dump_gimple_stmt()
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
378 dump_gimple_stmt_loc (dump_flags_t dump_kind, source_location loc, in dump_gimple_stmt_loc() argument
381 if (dump_file && (dump_kind & pflags)) in dump_gimple_stmt_loc()
383 dump_loc (dump_kind, dump_file, loc); in dump_gimple_stmt_loc()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
[all …]
HDdumpfile.h47 enum dump_kind enum
139 dump_kind dkind;
217 dump_kind dkind, int optgroup_flags, bool take_ownership);
275 dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename);
HDtree-vect-slp.c1483 vect_print_slp_tree (dump_flags_t dump_kind, location_t loc, slp_tree node) in vect_print_slp_tree() argument
1489 dump_printf_loc (dump_kind, loc, "node%s\n", in vect_print_slp_tree()
1494 dump_printf_loc (dump_kind, loc, "\tstmt %d ", i); in vect_print_slp_tree()
1495 dump_gimple_stmt (dump_kind, TDF_SLIM, stmt, 0); in vect_print_slp_tree()
1498 vect_print_slp_tree (dump_kind, loc, child); in vect_print_slp_tree()
HDtree-vect-data-refs.c3280 dump_lower_bound (int dump_kind, const vec_lower_bound &lower_bound) in dump_lower_bound() argument
3282 dump_printf (dump_kind, "%s (", lower_bound.unsigned_p ? "unsigned" : "abs"); in dump_lower_bound()
3283 dump_generic_expr (dump_kind, TDF_SLIM, lower_bound.expr); in dump_lower_bound()
3284 dump_printf (dump_kind, ") >= "); in dump_lower_bound()
3285 dump_dec (dump_kind, lower_bound.min_value); in dump_lower_bound()
HDpasses.c785 dump_kind dkind; in register_one_dump_file()