Searched refs:debug_nonbind_markers (Results 1 – 10 of 10) sorted by relevance
117 if (!MAY_HAVE_DEBUG_MARKER_STMTS && cfun->debug_nonbind_markers) in lower_function_body()122 cfun->debug_nonbind_markers = false; in lower_function_body()312 gcc_checking_assert (cfun->debug_nonbind_markers); in lower_stmt()
434 unsigned int debug_nonbind_markers : 1; member
2408 gcc_checking_assert (cfun->debug_nonbind_markers); in final_scan_insn_1()2421 gcc_checking_assert (cfun->debug_nonbind_markers); in final_scan_insn_1()2520 if (MAY_HAVE_DEBUG_MARKER_INSNS && cfun->debug_nonbind_markers) in final_scan_insn_1()
1531 if (!cfun->debug_nonbind_markers in input_function()1533 cfun->debug_nonbind_markers = true; in input_function()
4903 cfun->debug_nonbind_markers = lang_hooks.emits_begin_stmt in allocate_struct_function()
1522 ? !DECL_STRUCT_FUNCTION (id->dst_fn)->debug_nonbind_markers in remap_gimple_stmt()
6839 cfun->debug_nonbind_markers = false; in execute()
10019 if (cfun->debug_nonbind_markers) in reemit_marker_as_note()
1417 * tree-inline.c (remap_gimple_stmt): Drop debug_nonbind_markers when1419 (copy_debug_stmt): Remove debug_nonbind_markers when inlining1422 debug_nonbind_markers originating from removed inline functions.
3159 and debug_nonbind_markers flag.3162 debug_nonbind_markers.3194 depending on active options. Adjust debug_nonbind_markers.