Searched refs:debug_stmts (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-sink.c | 210 nearest_common_dominator_of_uses (gimple stmt, bool *debug_stmts) in nearest_common_dominator_of_uses() argument 237 *debug_stmts = true; in nearest_common_dominator_of_uses() 443 bool debug_stmts = false; in statement_sink_location() local 445 &debug_stmts); in statement_sink_location()
|
H A D | tree-inline.h | 122 VEC(gimple,heap) *debug_stmts;
|
H A D | tree-inline.c | 1419 VEC_safe_push (gimple, heap, id->debug_stmts, copy); in remap_gimple_stmt() 1427 VEC_safe_push (gimple, heap, id->debug_stmts, copy); in remap_gimple_stmt() 2206 VEC_safe_push (gimple, heap, id->debug_stmts, new_stmt); in maybe_move_debug_stmts_to_successors() 2424 if (!id->debug_stmts) in copy_debug_stmts() 2427 FOR_EACH_VEC_ELT (gimple, id->debug_stmts, i, stmt) in copy_debug_stmts() 2430 VEC_free (gimple, heap, id->debug_stmts); in copy_debug_stmts() 4303 gcc_assert (!id.debug_stmts); in optimize_inline_calls() 5332 gcc_assert (!id.debug_stmts); in tree_function_versioning()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-sink.c | 128 nearest_common_dominator_of_uses (def_operand_p def_p, bool *debug_stmts) in nearest_common_dominator_of_uses() argument 151 *debug_stmts = true; in nearest_common_dominator_of_uses() 362 bool debug_stmts = false; in statement_sink_location() local 364 &debug_stmts); in statement_sink_location()
|
H A D | tree-inline.h | 136 vec<gdebug *> debug_stmts; member
|
H A D | tree-inline.c | 1631 id->debug_stmts.safe_push (copy); in remap_gimple_stmt() 1641 id->debug_stmts.safe_push (copy); in remap_gimple_stmt() 1654 id->debug_stmts.safe_push (copy); in remap_gimple_stmt() 2599 id->debug_stmts.safe_push (new_stmt); in maybe_move_debug_stmts_to_successors() 2953 if (!id->debug_stmts.exists ()) in copy_debug_stmts() 2956 FOR_EACH_VEC_ELT (id->debug_stmts, i, stmt) in copy_debug_stmts() 2959 id->debug_stmts.release (); in copy_debug_stmts() 5132 gcc_assert (!id.debug_stmts.exists ()); in optimize_inline_calls() 6207 gcc_assert (!id.debug_stmts.exists ()); in tree_function_versioning()
|