Searched refs:DECL_RTL_IF_SET (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Ddbxout.c2343 return DECL_RTL_IF_SET (expr);
2556 decl_rtl = DECL_RTL_IF_SET (decl);
H A Dvar-tracking.c1491 decl_rtl = DECL_RTL_IF_SET (expr);
2768 rtx decl_rtl = DECL_RTL_IF_SET (parm);
H A Dstor-layout.c310 rtl = DECL_RTL_IF_SET (decl);
H A Dreg-stack.c685 result = DECL_RTL_IF_SET (DECL_RESULT (decl));
H A Dtree.h2689 #define DECL_RTL_IF_SET(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL)
2676 #define DECL_RTL_IF_SET macro
H A Demit-rtl.c1462 gcc_assert (!DECL_P (t) || ref != DECL_RTL_IF_SET (t));
H A Dexcept.c775 region->label = DECL_RTL_IF_SET (region->tree_label);
H A Ddwarf2out.c10256 rtl = DECL_RTL_IF_SET (decl);
12204 insn = DECL_RTL_IF_SET (decl);
H A Dreload1.c2114 rtx decl = DECL_RTL_IF_SET (REG_EXPR (regno_reg_rtx[i]));
H A Dexpr.c6181 exp_rtl = DECL_RTL_IF_SET (exp);

Completed in 368 milliseconds