Searched refs:debug_stmts (Results 1 – 8 of 8) sorted by relevance
127 nearest_common_dominator_of_uses (def_operand_p def_p, bool *debug_stmts) in nearest_common_dominator_of_uses() argument150 *debug_stmts = true; in nearest_common_dominator_of_uses()361 bool debug_stmts = false; in statement_sink_location() local363 &debug_stmts); in statement_sink_location()
150 vec<gdebug *> debug_stmts; member
1797 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()
130 nearest_common_dominator_of_uses (def_operand_p def_p, bool *debug_stmts) in nearest_common_dominator_of_uses() argument153 *debug_stmts = true; in nearest_common_dominator_of_uses()364 bool debug_stmts = false; in statement_sink_location() local366 &debug_stmts); in statement_sink_location()
147 vec<gdebug *> debug_stmts; member
1540 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()
4367 "debug_stmts" from a vec<gimple> to a vec<gimple_debug>.
11367 (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.