Searched refs:DECL_RTL_SET_P (Results 1 – 25 of 29) sorted by relevance
12
| /NextBSD/contrib/gcc/ |
| HD | c-semantics.c | 151 if (!DECL_RTL_SET_P (decl)) in emit_local_var()
|
| HD | sdbout.c | 769 if (!DECL_RTL_SET_P (decl)) in sdbout_symbol() 1446 && DECL_RTL_SET_P (decl)) in sdbout_global_decl()
|
| HD | function.c | 1623 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()
|
| HD | print-tree.c | 499 if (DECL_RTL_SET_P (node)) in print_node()
|
| HD | cgraph.c | 891 && DECL_RTL_SET_P (decl)) in change_decl_assembler_name()
|
| HD | stmt.c | 136 if (!DECL_RTL_SET_P (label)) in label_rtx() 1943 if (DECL_RTL_SET_P (decl)) in expand_decl()
|
| HD | cgraphunit.c | 340 || DECL_RTL_SET_P (decl))) in cgraph_varpool_remove_unreferenced_decls()
|
| HD | cfgexpand.c | 737 else if (DECL_RTL_SET_P (var)) in expand_one_var()
|
| HD | varasm.c | 1023 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()
|
| HD | tree-ssa-loop-ivopts.c | 2465 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()
|
| HD | tree-ssa-live.c | 1103 || DECL_RTL_SET_P (t)))) in type_var_init()
|
| HD | alias.c | 581 && DECL_RTL_SET_P (t) && MEM_P (DECL_RTL (t))) in get_alias_set()
|
| HD | emit-rtl.c | 2333 if (DECL_RTL_SET_P (t)) in unshare_all_decls() 2350 if (DECL_RTL_SET_P (t)) in reset_used_decls()
|
| HD | tree.h | 2668 #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)
|
| HD | dbxout.c | 3114 && DECL_RTL_SET_P (parms) in dbxout_parms()
|
| HD | tree.c | 4701 && !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()
|
| HD | expr.c | 6242 if (!DECL_RTL_SET_P (exp) in safe_from_p() 6429 : !DECL_RTL_SET_P (var)) in expand_var()
|
| HD | c-parser.c | 8459 if (DECL_RTL_SET_P (v)) in c_parser_omp_threadprivate()
|
| HD | c-decl.c | 1947 if (DECL_RTL_SET_P (olddecl) in merge_decls()
|
| HD | ChangeLog-2001 | 14931 * 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/ |
| HD | tree.c | 1505 && !DECL_RTL_SET_P (o1)) in cp_tree_equal() 1508 && !DECL_RTL_SET_P (o2)) in cp_tree_equal()
|
| HD | semantics.c | 3888 if (DECL_RTL_SET_P (v)) in finish_omp_threadprivate()
|
| HD | ChangeLog-2001 | 2789 * 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.
|
| HD | decl.c | 2072 if (DECL_RTL_SET_P (olddecl) in duplicate_decls()
|
| HD | ChangeLog | 2562 DECL_RTL_SET_P, call make_decl_rtl again so that
|
12