Home
last modified time | relevance | path

Searched refs:dump_generic_expr_loc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddump-context.h81 void dump_generic_expr_loc (const dump_metadata_t &metadata,
H A Ddumpfile.h570 extern void dump_generic_expr_loc (const dump_metadata_t &,
H A Ddumpfile.c760 dump_context::dump_generic_expr_loc (const dump_metadata_t &metadata, in dump_generic_expr_loc() function
1312 dump_generic_expr_loc (const dump_metadata_t &metadata, in dump_generic_expr_loc() function
1317 dump_context::get ().dump_generic_expr_loc (metadata, loc, extra_dump_flags, in dump_generic_expr_loc()
2415 dump_generic_expr_loc (MSG_NOTE, loc, TDF_SLIM, integer_one_node);
H A Dtree-vect-patterns.c66 dump_generic_expr_loc (MSG_NOTE, vect_location, TDF_SLIM, var); in vect_get_range_info()
79 dump_generic_expr_loc (MSG_NOTE, vect_location, TDF_SLIM, var); in vect_get_range_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddump-context.h83 void dump_generic_expr_loc (const dump_metadata_t &metadata,
H A Ddumpfile.h580 extern void dump_generic_expr_loc (const dump_metadata_t &,
H A Ddumpfile.cc774 dump_context::dump_generic_expr_loc (const dump_metadata_t &metadata, in dump_generic_expr_loc() function in dump_context
1330 dump_generic_expr_loc (const dump_metadata_t &metadata, in dump_generic_expr_loc() function
1335 dump_context::get ().dump_generic_expr_loc (metadata, loc, extra_dump_flags, in dump_generic_expr_loc()
2473 dump_generic_expr_loc (MSG_NOTE, loc, TDF_SLIM, integer_one_node); in test_capture_of_dump_calls()
H A Dtree-vect-patterns.cc73 dump_generic_expr_loc (MSG_NOTE, vect_location, TDF_SLIM, var); in vect_get_range_info()
86 dump_generic_expr_loc (MSG_NOTE, vect_location, TDF_SLIM, var); in vect_get_range_info()
H A DChangeLog-20182729 (dump_context::dump_generic_expr_loc): Likewise; convert
2762 (dump_context::dump_generic_expr_loc): Likewise; convert
2788 (dump_generic_expr_loc): Likewise; convert 2nd param from
2811 (dump_generic_expr_loc): Likewise.
4308 (dump_generic_expr_loc): Likewise.
14559 (dump_context::dump_generic_expr_loc): Likewise, using
15970 (dump_generic_expr_loc): Move implementation to...
15971 (dump_context::dump_generic_expr_loc): ...this new member
16007 (dump_generic_expr_loc, dump_generic_expr, dump_gimple_stmt_loc)
17752 * dumpfile.c (dump_generic_expr_loc): Undo removal of this
[all …]
H A DChangeLog-20129544 (dump_generic_expr_loc): Ditto.