Home
last modified time | relevance | path

Searched refs:TREE_ASM_WRITTEN (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
Dcgraphunit.c522 if (!TREE_ASM_WRITTEN (decl)) in cgraph_finalize_function()
781 && DECL_SAVED_TREE (node->decl) && !TREE_ASM_WRITTEN (node->decl) in verify_cgraph_node()
873 if (!TREE_ASM_WRITTEN (decl) in cgraph_varpool_assemble_decl()
879 return TREE_ASM_WRITTEN (decl); in cgraph_varpool_assemble_decl()
1220 && !TREE_ASM_WRITTEN (decl) in cgraph_mark_functions_to_output()
1262 gcc_assert (TREE_ASM_WRITTEN (node->decl)); in cgraph_expand_function()
Dgimple-low.c80 TREE_ASM_WRITTEN (data.block) = 1; in lower_function_body()
311 gcc_assert (!TREE_ASM_WRITTEN (new_block)); in lower_bind_expr()
312 TREE_ASM_WRITTEN (new_block) = 1; in lower_bind_expr()
Ddbxout.c1087 && ! TREE_ASM_WRITTEN (TYPE_NAME (type))) in dbxout_typedefs()
2594 if (TREE_ASM_WRITTEN (decl) || TYPE_DECL_SUPPRESS_DEBUG (decl)) in dbxout_symbol()
2605 TREE_ASM_WRITTEN (decl) = 1; in dbxout_symbol()
2631 && !TREE_ASM_WRITTEN (TYPE_NAME (type)) in dbxout_symbol()
2676 TREE_ASM_WRITTEN (TYPE_NAME (type)) = 1; in dbxout_symbol()
2694 && !TREE_ASM_WRITTEN (TYPE_NAME (type))) in dbxout_symbol()
2728 TREE_ASM_WRITTEN (decl) = 1; in dbxout_symbol()
2751 && ! TREE_ASM_WRITTEN (decl) in dbxout_symbol()
3400 if (TREE_USED (block) && TREE_ASM_WRITTEN (block)) in dbxout_block()
Dcgraph.c594 && (TREE_ASM_WRITTEN (n->decl) || DECL_EXTERNAL (n->decl)))) in cgraph_remove_node()
674 && !TREE_ASM_WRITTEN (node->decl)) in cgraph_rtl_info()
741 if (TREE_ASM_WRITTEN (node->decl)) in dump_cgraph_node()
928 && !TREE_ASM_WRITTEN (node->decl)) in cgraph_varpool_mark_needed_node()
Dsdbout.c589 if ((TREE_ASM_WRITTEN (type) && KNOWN_TYPE_TAG (type) != 0) in plain_type_1()
980 if (type && ! TREE_ASM_WRITTEN (type)) in sdbout_dequeue_anonymous_types()
1063 if (TREE_ASM_WRITTEN (type)) in sdbout_one_type()
1071 TREE_ASM_WRITTEN (type) = 1; in sdbout_one_type()
Dvarasm.c1748 TREE_ASM_WRITTEN (decl) = 1; in assemble_variable()
1764 TREE_ASM_WRITTEN (decl) = 1; in assemble_variable()
1773 if (TREE_ASM_WRITTEN (decl)) in assemble_variable()
1780 TREE_ASM_WRITTEN (decl) = 1; in assemble_variable()
2896 if (TREE_ASM_WRITTEN (exp)) in maybe_output_constant_def_contents()
2953 TREE_ASM_WRITTEN (exp) = 1; in output_constant_def_contents()
3449 if (!TREE_ASM_WRITTEN (exp)) in mark_constant()
4557 if (TREE_ASM_WRITTEN (olddecl)) in merge_weak()
4601 else if (TREE_CODE (decl) == FUNCTION_DECL && TREE_ASM_WRITTEN (decl)) in declare_weak()
4845 if (TREE_ASM_WRITTEN (decl)) in do_assemble_alias()
[all …]
Ddwarf2out.c10055 && ! TREE_ASM_WRITTEN (*tp)) in reference_to_unused()
11061 if (TREE_CODE (decl) == FUNCTION_DECL && TREE_ASM_WRITTEN (decl)) in add_name_and_src_coords_attributes()
11133 || TREE_ASM_WRITTEN (containing_scope)); in scope_die_for()
11468 TREE_ASM_WRITTEN (type) = 1; in gen_enumeration_type_die()
12100 && DECL_COMDAT (decl) && !TREE_ASM_WRITTEN (decl)) in gen_variable_die()
12595 TREE_ASM_WRITTEN (type) = 1; in gen_struct_or_union_type_die()
12660 if (TREE_ASM_WRITTEN (decl)) in gen_typedef_die()
12663 TREE_ASM_WRITTEN (decl) = 1; in gen_typedef_die()
12708 if (TREE_ASM_WRITTEN (type)) in gen_type_die_with_usage()
12714 TREE_ASM_WRITTEN (type) = 1; in gen_type_die_with_usage()
[all …]
Dc-decl.c803 if (!TREE_ASM_WRITTEN (p) in pop_scope()
1597 && (!TREE_ASM_WRITTEN (olddecl) || TREE_ASM_WRITTEN (newdecl))) in diagnose_mismatched_decls()
1621 && TREE_ASM_WRITTEN (olddecl) && !TREE_ASM_WRITTEN (newdecl)) in diagnose_mismatched_decls()
1660 && TREE_ASM_WRITTEN (olddecl) && !TREE_ASM_WRITTEN (newdecl)) in merge_decls()
1675 TREE_ASM_WRITTEN (olddecl) = 0; in merge_decls()
4173 TREE_ASM_WRITTEN (b->decl) = 1; in mark_forward_parm_decls()
5703 if (TREE_ASM_WRITTEN (decl)) in get_parm_info()
Dcfgexpand.c616 if (TREE_ASM_WRITTEN (var)) in expand_one_static_var()
1776 TREE_ASM_WRITTEN (current_function_decl) = 1; in tree_expand_cfg()
Dtree-inline.c2134 if (TREE_STATIC (var) && !TREE_ASM_WRITTEN (var)) in expand_call_inline()
2568 gcc_assert (!TREE_STATIC (t) && !TREE_ASM_WRITTEN (t)); in declare_inline_vars()
2848 if (TREE_STATIC (var) && !TREE_ASM_WRITTEN (var)) in tree_function_versioning()
Dprint-tree.c289 if (TREE_ASM_WRITTEN (node)) in print_node()
Dfunction.c3611 TREE_ASM_WRITTEN (block) = 0; in clear_block_marks()
3637 if (TREE_ASM_WRITTEN (block)) in reorder_blocks_1()
3651 TREE_ASM_WRITTEN (block) = 1; in reorder_blocks_1()
3706 TREE_ASM_WRITTEN (block) = 0; in all_blocks()
Dtoplev.c728 if (TREE_ASM_WRITTEN (decl) || DECL_EXTERNAL (decl)) in wrapup_global_declaration_2()
Dfinal.c1421 TREE_ASM_WRITTEN (DECL_INITIAL (current_function_decl)) = 1; in final_start_function()
1794 TREE_ASM_WRITTEN (NOTE_BLOCK (insn)) = 1; in final_scan_insn()
Dtree-vectorizer.c1528 if (TREE_ASM_WRITTEN (decl)) in vect_can_force_dr_alignment_p()
Dtree-pretty-print.c1868 if (TREE_ASM_WRITTEN (node)) in dump_generic_node()
Dtree.h1196 #define TREE_ASM_WRITTEN(NODE) ((NODE)->common.asm_written_flag) macro
Dtree.def78 TREE_ASM_WRITTEN is nonzero if the block was actually referenced
/freebsd-12-stable/contrib/gcc/cp/
Dmethod.c125 gcc_assert (!TREE_ASM_WRITTEN (function)); in make_thunk()
334 if (TREE_ASM_WRITTEN (thunk_fndecl)) in use_thunk()
390 TREE_ASM_WRITTEN (thunk_fndecl) = 1; in use_thunk()
451 TREE_ASM_WRITTEN (thunk_fndecl) = 1; in use_thunk()
Ddecl2.c1526 TREE_ASM_WRITTEN (vtbl) = 1; in maybe_emit_vtables()
3043 if (TREE_ASM_WRITTEN (fndecl) in build_java_method_aliases()
3322 && !TREE_ASM_WRITTEN (decl) in emit_instantiate_pending_templates()
3335 TREE_ASM_WRITTEN (decl) = 1; in emit_instantiate_pending_templates()
3605 && !TREE_ASM_WRITTEN (decl)) in mark_used()
Dsemantics.c3313 TREE_ASM_WRITTEN (fn) = 1; in expand_or_defer_fn()
Ddecl.c1950 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl); in duplicate_decls()
DChangeLog-1994711 has been synthesized, rather than TREE_ASM_WRITTEN.
723 (finish_function): Don't set TREE_ASM_WRITTEN on discarded inlines.
1851 TREE_ASM_WRITTEN, as they are redundant.
/freebsd-12-stable/contrib/gcc/config/i386/
Dwinnt.c714 if (! TREE_ASM_WRITTEN (decl) in i386_pe_file_end()
717 TREE_ASM_WRITTEN (decl) = 1; in i386_pe_file_end()
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c5975 if (!TREE_ASM_WRITTEN (name_tree) in mips_file_end()
5978 TREE_ASM_WRITTEN (name_tree) = 1; in mips_file_end()
6075 TREE_ASM_WRITTEN (name_tree) = 1; in mips_declare_object()
6713 TREE_ASM_WRITTEN (DECL_NAME (cfun->decl)) = 1; in mips_output_function_prologue()

12