Home
last modified time | relevance | path

Searched refs:REG_USERVAR_P (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dweb.c205 else if (REG_USERVAR_P (reg) && 0/*&& !flag_messy_debugging*/) in entry_register()
216 REG_USERVAR_P (newreg) = REG_USERVAR_P (reg); in entry_register()
Dcfg.c553 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i])) in dump_flow_info()
Demit-rtl.c1028 REG_USERVAR_P (XEXP (reg, 0)) = 1; in mark_user_reg()
1029 REG_USERVAR_P (XEXP (reg, 1)) = 1; in mark_user_reg()
1034 REG_USERVAR_P (reg) = 1; in mark_user_reg()
Dregclass.c2453 && ! REG_USERVAR_P (SET_DEST (x)) in reg_scan_mark_refs()
Drtl.h994 #define REG_USERVAR_P(RTX) \ macro
Dvarasm.c1101 REG_USERVAR_P (DECL_RTL (decl)) = 1; in make_decl_rtl()
Doptabs.c3415 if (! REG_P (target) || REG_USERVAR_P (target)) in emit_libcall_block()
Dreload1.c1134 REG_USERVAR_P (reg) = 0; in reload()
DFSFChangeLog503 * function.c (gen_mem_addressof): Copy REG_USERVAR_P to new reg.
Dcombine.c1767 && !REG_USERVAR_P (x)); in can_change_dest_mode()
DChangeLog-19985281 REG_USERVAR_P make the new REG be so also.
DChangeLog-200030514 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
DChangeLog-200436371 to a MEM, clear MEM_VOLATILE_P which was formerly REG_USERVAR_P.
/freebsd-9-stable/contrib/gcc/doc/
Drtl.texi695 @findex REG_USERVAR_P
698 @item REG_USERVAR_P (@var{x})