Home
last modified time | relevance | path

Searched refs:debug_stmts (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sink.c127 nearest_common_dominator_of_uses (def_operand_p def_p, bool *debug_stmts) in nearest_common_dominator_of_uses() argument
150 *debug_stmts = true; in nearest_common_dominator_of_uses()
361 bool debug_stmts = false; in statement_sink_location() local
363 &debug_stmts); in statement_sink_location()
H A Dtree-inline.h150 vec<gdebug *> debug_stmts; member
H A Dtree-inline.c1797 id->debug_stmts.safe_push (copy); in remap_gimple_stmt()
1809 id->debug_stmts.safe_push (copy); in remap_gimple_stmt()
1824 id->debug_stmts.safe_push (copy); in remap_gimple_stmt()
2897 id->debug_stmts.safe_push (new_stmt); in maybe_move_debug_stmts_to_successors()
3269 if (!id->debug_stmts.exists ()) in copy_debug_stmts()
3272 FOR_EACH_VEC_ELT (id->debug_stmts, i, stmt) in copy_debug_stmts()
3275 id->debug_stmts.release (); in copy_debug_stmts()
5501 gcc_assert (!id.debug_stmts.exists ()); in optimize_inline_calls()
6534 gcc_assert (!id.debug_stmts.exists ()); in tree_function_versioning()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sink.cc130 nearest_common_dominator_of_uses (def_operand_p def_p, bool *debug_stmts) in nearest_common_dominator_of_uses() argument
153 *debug_stmts = true; in nearest_common_dominator_of_uses()
364 bool debug_stmts = false; in statement_sink_location() local
366 &debug_stmts); in statement_sink_location()
H A Dtree-inline.h147 vec<gdebug *> debug_stmts; member
H A Dtree-inline.cc1540 id->debug_stmts.safe_push (bind); in remap_gimple_stmt()
1833 id->debug_stmts.safe_push (copy); in remap_gimple_stmt()
1845 id->debug_stmts.safe_push (copy); in remap_gimple_stmt()
1859 id->debug_stmts.safe_push (copy); in remap_gimple_stmt()
2937 id->debug_stmts.safe_push (new_stmt); in maybe_move_debug_stmts_to_successors()
3303 if (!id->debug_stmts.exists ()) in copy_debug_stmts()
3306 for (gdebug *stmt : id->debug_stmts) in copy_debug_stmts()
3309 id->debug_stmts.release (); in copy_debug_stmts()
5537 gcc_assert (!id.debug_stmts.exists ()); in optimize_inline_calls()
6501 gcc_assert (!id.debug_stmts.exists ()); in tree_function_versioning()
H A DChangeLog.gimple-classes4367 "debug_stmts" from a vec<gimple> to a vec<gimple_debug>.
H A DChangeLog-200911367 (nearest_common_dominator_of_uses): Take debug_stmts argument.
11692 (optimize_inline_calls): Check for no debug_stmts left-overs.
11695 (tree_function_versioning): Check for no debug_stmts left-overs.
11699 (struct copy_body_data): Add debug_stmts and debug_map.