/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-function-handler.cc | 153 TREE_USED (arg_arg) = 1; in operator ()() 284 TREE_USED (context_arg) = 1; in operator ()() 298 TREE_USED (group_base_arg) = 1; in operator ()() 314 TREE_USED (group_local_offset_arg) = 1; in operator ()() 326 TREE_USED (private_base_arg) = 1; in operator ()() 362 TREE_USED (fndecl) = 1; in operator ()() 367 TREE_USED (DECL_INITIAL (fndecl)) = 1; in operator ()()
|
H A D | brig-variable-handler.cc | 77 TREE_USED (var_decl) = 1; in build_variable() 113 TREE_USED (var_decl) = 1; in build_variable()
|
H A D | brig-arg-block-handler.cc | 43 TREE_USED (block) = 1; in operator ()()
|
H A D | brig-function.cc | 340 TREE_USED (variable) = 1; in add_local_variable() 669 TREE_USED (launcher) = 1; in emit_launcher_and_metadata() 679 TREE_USED (context_arg) = 1; in emit_launcher_and_metadata() 689 TREE_USED (group_base_addr_arg) = 1; in emit_launcher_and_metadata() 699 TREE_USED (DECL_INITIAL (launcher)) = 1; in emit_launcher_and_metadata()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-live.cc | 348 TREE_USED (b) = true; in mark_all_vars_used_1() 378 TREE_USED (t) = 1; in mark_all_vars_used_1() 393 TREE_USED (scope) = false; in mark_scope_block_unused() 395 TREE_USED (scope) = true; in mark_scope_block_unused() 417 bool unused = !TREE_USED (scope); in remove_unused_scope_block_p() 475 else if (TREE_CODE (*t) == LABEL_DECL && TREE_USED (*t)) in remove_unused_scope_block_p() 585 TREE_USED (scope) = !unused; in remove_unused_scope_block_p() 604 && !TREE_USED (TREE_BLOCK (*tp))) in clear_unused_block_pointer_1() 630 if (b && !TREE_USED (b)) in clear_unused_block_pointer() 647 if (TREE_USED (b)) in clear_unused_block_pointer() [all …]
|
H A D | dbxout.cc | 1410 int saved_tree_used = TREE_USED (decl); in dbxout_late_global_decl() 1411 TREE_USED (decl) = 1; in dbxout_late_global_decl() 1413 TREE_USED (decl) = saved_tree_used; in dbxout_late_global_decl() 1483 int saved_tree_used = TREE_USED (symbol_queue[i]); in debug_flush_symbol_queue() 1485 TREE_USED (symbol_queue[i]) = 1; in debug_flush_symbol_queue() 1492 TREE_USED (symbol_queue[i]) = saved_tree_used; in debug_flush_symbol_queue() 2665 && (!TREE_USED (decl) in dbxout_symbol() 3739 if (TREE_USED (block) && TREE_ASM_WRITTEN (block)) in dbx_block_with_cold_children() 3745 TREE_USED (block) = false; in dbx_block_with_cold_children() 3785 if (TREE_USED (block) && TREE_ASM_WRITTEN (block)) in dbxout_block() [all …]
|
H A D | tree-emutls.cc | 238 TREE_USED (to) = TREE_USED (decl); in get_emutls_init_templ_addr() 296 TREE_USED (to) = TREE_USED (decl); in new_emutls_decl()
|
H A D | gimple-expr.cc | 380 TREE_USED (copy) = 1; in copy_var_decl() 461 TREE_USED (tmp_var) = 1; in create_tmp_var_raw()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-live.c | 348 TREE_USED (b) = true; in mark_all_vars_used_1() 378 TREE_USED (t) = 1; in mark_all_vars_used_1() 393 TREE_USED (scope) = false; in mark_scope_block_unused() 395 TREE_USED (scope) = true; in mark_scope_block_unused() 417 bool unused = !TREE_USED (scope); in remove_unused_scope_block_p() 475 else if (TREE_CODE (*t) == LABEL_DECL && TREE_USED (*t)) in remove_unused_scope_block_p() 588 TREE_USED (scope) = !unused; in remove_unused_scope_block_p() 607 && !TREE_USED (TREE_BLOCK (*tp))) in clear_unused_block_pointer_1() 631 if (b && !TREE_USED (b)) in clear_unused_block_pointer() 649 TREE_USED (scope) ? "" : " (unused)"); in dump_scope_block() [all …]
|
H A D | dbxout.c | 1407 int saved_tree_used = TREE_USED (decl); in dbxout_late_global_decl() 1408 TREE_USED (decl) = 1; in dbxout_late_global_decl() 1410 TREE_USED (decl) = saved_tree_used; in dbxout_late_global_decl() 1480 int saved_tree_used = TREE_USED (symbol_queue[i]); in debug_flush_symbol_queue() 1482 TREE_USED (symbol_queue[i]) = 1; in debug_flush_symbol_queue() 1489 TREE_USED (symbol_queue[i]) = saved_tree_used; in debug_flush_symbol_queue() 2661 && (!TREE_USED (decl) in dbxout_symbol() 3735 if (TREE_USED (block) && TREE_ASM_WRITTEN (block)) in dbx_block_with_cold_children() 3741 TREE_USED (block) = false; in dbx_block_with_cold_children() 3781 if (TREE_USED (block) && TREE_ASM_WRITTEN (block)) in dbxout_block() [all …]
|
H A D | tree-emutls.c | 238 TREE_USED (to) = TREE_USED (decl); in get_emutls_init_templ_addr() 296 TREE_USED (to) = TREE_USED (decl); in new_emutls_decl()
|
H A D | gimple-expr.c | 381 TREE_USED (copy) = 1; in copy_var_decl() 461 TREE_USED (tmp_var) = 1; in create_tmp_var_raw()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | toir.cc | 160 TREE_USED (block) = 1; in pop_binding_level() 354 if (TREE_USED (label)) in do_label() 363 TREE_USED (label) = 1; in do_jump() 647 TREE_USED (lbreak) = 1; in visit() 673 TREE_USED (lbreak) = 1; in visit() 778 TREE_USED (label) = 1; in visit() 829 TREE_USED (caselabel) = 1; in visit() 1396 TREE_USED (label) = 1; in visit()
|
H A D | decl.cc | 1582 TREE_USED (decl->csym) = 1; in get_symbol_decl() 1850 TREE_USED (alias) = 1; in make_alias_for_thunk() 1878 TREE_USED (function) = 1; in finish_thunk() 1991 TREE_USED (thunk) = 1; in make_thunk() 2164 TREE_USED (decl) = 1; in d_mark_needed() 2446 TREE_USED (decl) = 1; in build_artificial_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | toir.cc | 159 TREE_USED (block) = 1; in pop_binding_level() 353 if (TREE_USED (label)) in do_label() 362 TREE_USED (label) = 1; in do_jump() 658 TREE_USED (lbreak) = 1; in visit() 684 TREE_USED (lbreak) = 1; in visit() 787 TREE_USED (label) = 1; in visit() 898 TREE_USED (caselabel) = 1; in visit() 1383 TREE_USED (label) = 1; in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | sol2.c | 77 TREE_USED (decl) = 1; in solaris_insert_attributes() 94 TREE_USED (decl) = 1; in solaris_insert_attributes()
|
H A D | sol2-c.c | 173 TREE_USED (decl) = 1; in solaris_pragma_init() 232 TREE_USED (decl) = 1; in solaris_pragma_fini()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | sol2.cc | 78 TREE_USED (decl) = 1; in solaris_insert_attributes() 95 TREE_USED (decl) = 1; in solaris_insert_attributes()
|
H A D | sol2-c.cc | 173 TREE_USED (decl) = 1; in solaris_pragma_init() 232 TREE_USED (decl) = 1; in solaris_pragma_fini()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-gimplify.cc | 164 if (TREE_USED (label)) in finish_bc_block() 202 TREE_USED (label) = 1; in get_bc_label() 408 if (TREE_USED (break_block)) in genericize_switch_stmt() 414 || !TREE_USED (break_block)); in genericize_switch_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 2218 TREE_USED (decl) = 1; in maybe_make_one_only() 2348 TREE_USED (decl) = 1; in mark_needed() 2411 if (TREE_USED (decl)) in decl_needed_p() 3474 TREE_USED (guard) = 1; in get_guard() 3893 TREE_USED (current_function_decl) = 1; in start_objects() 4045 TREE_USED (initialize_p_decl) = 1; in start_static_storage_duration_function() 4048 TREE_USED (priority_decl) = 1; in start_static_storage_duration_function() 4810 TREE_USED (guard) = true; in handle_tls_init() 5843 TREE_USED (decl) = true; in mark_used() 5847 TREE_USED (DECL_DECOMP_BASE (decl)) = true; in mark_used() [all …]
|
H A D | optimize.cc | 54 TREE_USED (cloned_parm) = !first || TREE_USED (parm); in update_cloned_parm()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 2015 TREE_USED (decl) = 1; in maybe_make_one_only() 2145 TREE_USED (decl) = 1; in mark_needed() 2207 if (TREE_USED (decl)) in decl_needed_p() 3284 TREE_USED (guard) = 1; in get_guard() 3663 TREE_USED (current_function_decl) = 1; in start_objects() 3789 TREE_USED (initialize_p_decl) = 1; in start_static_storage_duration_function() 3792 TREE_USED (priority_decl) = 1; in start_static_storage_duration_function() 4548 TREE_USED (guard) = true; in handle_tls_init() 5502 TREE_USED (decl) = 1; in mark_used() 5505 TREE_USED (DECL_DECOMP_BASE (decl)) = 1; in mark_used() [all …]
|
H A D | optimize.c | 54 TREE_USED (cloned_parm) = !first || TREE_USED (parm); in update_cloned_parm()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-decl.c | 251 TREE_USED (decl) = 1; in gfc_add_decl_to_function() 261 TREE_USED (decl) = 1; in add_decl_as_local() 299 TREE_USED (label_decl) = 1; in gfc_build_label_decl() 629 TREE_USED (decl) = 1; in gfc_finish_var_decl() 1376 TREE_USED (length) = 1; in gfc_create_string_length() 1667 && !TREE_USED (sym->backend_decl)) in gfc_get_symbol_decl() 1693 TREE_USED (sym->backend_decl) = 1; in gfc_get_symbol_decl() 2394 TREE_USED (fndecl) = 1; in build_function_decl() 2532 TREE_USED (length) = 1; in create_function_arglist() 2537 TREE_USED (length) = 1; in create_function_arglist() [all …]
|