Searched refs:is_global_var (Results 1 – 14 of 14) sorted by relevance
188 if (is_global_var (lhs)) in is_hidden_global_store()201 if ((nmt && is_global_var (nmt)) in is_hidden_global_store()202 || (smt && is_global_var (smt))) in is_hidden_global_store()332 if (is_global_var (SSA_NAME_VAR (def)) in statement_sink_location()
370 || is_global_var (SSA_NAME_VAR (tem))) in va_list_ptr_read()461 if (TREE_CODE (lhs) != SSA_NAME || is_global_var (SSA_NAME_VAR (lhs))) in check_va_list_escapes()688 if (is_global_var (ap)) in execute_optimize_stdarg()
291 if (!tagglobal && is_global_var (entry)) in compute_tag_properties()323 if (is_global_var (var) in set_initial_properties()917 || !is_global_var (var)) in init_alias_info()1698 && !is_global_var (var)) in setup_pointers_and_addressables()1941 if (flag_argument_noalias > 1 && is_global_var (var) in may_alias_p()2849 MTAG_GLOBAL (tag) = is_global_var (var); in new_type_alias()
569 if (is_global_var (maybe_lookup_decl_in_outer_ctx (var, ctx))) in build_outer_var_ref()705 if (is_global_var (var) || decl_function_context (var) != ctx->cb.src_fn) in omp_copy_decl()952 if (is_global_var (maybe_lookup_decl_in_outer_ctx (decl, ctx))) in scan_sharing_clauses()981 && ! is_global_var (maybe_lookup_decl_in_outer_ctx (decl, in scan_sharing_clauses()1048 if (! is_global_var (maybe_lookup_decl_in_outer_ctx (decl, ctx))) in scan_sharing_clauses()1511 gcc_assert (t || is_global_var (decl)); in lookup_decl_in_outer_ctx()1640 gcc_assert (is_global_var (OMP_CLAUSE_DECL (c))); in lower_rec_input_clauses()1740 if (is_global_var (new_var)) in lower_rec_input_clauses()2053 && is_global_var (var)) in lower_send_clauses()
408 && is_global_var (SSA_NAME_VAR (PHI_RESULT (phi)))) in find_obviously_necessary_stmts()
341 if (is_global_var (var)) in dump_variable()
147 if (!is_global_var (var) in suitable_for_tail_opt_p()
1069 if (ctx && !is_global_var (t) in gimplify_bind_expr()4517 if (is_global_var (decl)) in omp_notice_variable()4634 return !is_global_var (decl); in omp_is_private()4650 return !(is_global_var (decl) in omp_check_private()4817 if (is_global_var (decl)) in gimplify_adjust_omp_clauses_1()
1028 if (!is_global_var (var)) in expand_used_vars()
368 if (is_global_var (SSA_NAME_VAR (PHI_RESULT (phi)))) in remove_unused_locals()
1246 else if (is_global_var (base_m)) in declare_return_variable()
7064 is_global_var (tree t) in is_global_var() function7079 || is_global_var (t) in needs_to_live_in_memory()
4354 extern bool is_global_var (tree t);
4066 bool is_global = DECL_P (decl) ? is_global_var (decl) : false; in create_variable_info_for()