Home
last modified time | relevance | path

Searched refs:DECL_RTL_SET_P (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/contrib/gcc/
HDc-semantics.c151 if (!DECL_RTL_SET_P (decl)) in emit_local_var()
HDsdbout.c769 if (!DECL_RTL_SET_P (decl)) in sdbout_symbol()
1446 && DECL_RTL_SET_P (decl)) in sdbout_global_decl()
HDfunction.c1623 if (DECL_P (t) && DECL_RTL_SET_P (t)) in instantiate_expr()
1639 if (DECL_RTL_SET_P (t)) in instantiate_decls_1()
3115 = (DECL_RTL_SET_P (DECL_RESULT (fndecl)) in assign_parms()
3121 if (DECL_RTL_SET_P (DECL_RESULT (fndecl))) in assign_parms()
3544 && DECL_RTL_SET_P (decl) in setjmp_vars_warning()
4272 if (DECL_RTL_SET_P (DECL_RESULT (current_function_decl))) in clobber_return_register()
4427 if (DECL_RTL_SET_P (DECL_RESULT (current_function_decl))) in expand_function_end()
HDprint-tree.c499 if (DECL_RTL_SET_P (node)) in print_node()
HDcgraph.c891 && DECL_RTL_SET_P (decl)) in change_decl_assembler_name()
HDstmt.c136 if (!DECL_RTL_SET_P (label)) in label_rtx()
1943 if (DECL_RTL_SET_P (decl)) in expand_decl()
HDcgraphunit.c340 || DECL_RTL_SET_P (decl))) in cgraph_varpool_remove_unreferenced_decls()
HDcfgexpand.c737 else if (DECL_RTL_SET_P (var)) in expand_one_var()
HDvarasm.c1023 if (DECL_RTL_SET_P (decl)) in make_decl_rtl()
1746 if (DECL_RTL_SET_P (decl) && REG_P (DECL_RTL (decl))) in assemble_variable()
4518 if (DECL_RTL_SET_P (decl) in mark_weak()
HDtree-ssa-loop-ivopts.c2465 if (DECL_P (obj) && !DECL_RTL_SET_P (obj)) in prepare_decl_rtl()
2472 if (!DECL_RTL_SET_P (obj)) in prepare_decl_rtl()
2482 if (DECL_RTL_SET_P (obj)) in prepare_decl_rtl()
HDtree-ssa-live.c1103 || DECL_RTL_SET_P (t)))) in type_var_init()
HDalias.c581 && DECL_RTL_SET_P (t) && MEM_P (DECL_RTL (t))) in get_alias_set()
HDemit-rtl.c2333 if (DECL_RTL_SET_P (t)) in unshare_all_decls()
2350 if (DECL_RTL_SET_P (t)) in reset_used_decls()
HDtree.h2668 #define DECL_RTL_SET_P(NODE) (HAS_RTL_P (NODE) && DECL_WRTL_CHECK (NODE)->decl_with_rtl.rtl != NUL… macro
2676 #define DECL_RTL_IF_SET(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL)
HDdbxout.c3114 && DECL_RTL_SET_P (parms) in dbxout_parms()
HDtree.c4701 && !DECL_RTL_SET_P (TREE_OPERAND (t1, 0))) in simple_cst_equal()
4704 && !DECL_RTL_SET_P (TREE_OPERAND (t2, 0)))) in simple_cst_equal()
HDexpr.c6242 if (!DECL_RTL_SET_P (exp) in safe_from_p()
6429 : !DECL_RTL_SET_P (var)) in expand_var()
HDc-parser.c8459 if (DECL_RTL_SET_P (v)) in c_parser_omp_threadprivate()
HDc-decl.c1947 if (DECL_RTL_SET_P (olddecl) in merge_decls()
HDChangeLog-200114931 * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
21003 * dbxout.c (dbxout_symbol): Use DECL_RTL_SET_P.
27204 * sdbout.c (sdbout_symbol): Use DECL_RTL_SET_P, SET_DECL_RTL.
27252 * varasm.c (assemble_variable): Use DECL_RTL_SET_P.
27288 (DECL_RTL_SET_P): Likewise.
27293 * c-decl.c (duplicate_decls): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
/NextBSD/contrib/gcc/cp/
HDtree.c1505 && !DECL_RTL_SET_P (o1)) in cp_tree_equal()
1508 && !DECL_RTL_SET_P (o2)) in cp_tree_equal()
HDsemantics.c3888 if (DECL_RTL_SET_P (v)) in finish_omp_threadprivate()
HDChangeLog-20012789 * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
2799 (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
HDdecl.c2072 if (DECL_RTL_SET_P (olddecl) in duplicate_decls()
HDChangeLog2562 DECL_RTL_SET_P, call make_decl_rtl again so that

12