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

/freebsd-10.0-release/contrib/gcc/
H A Dflow.c2127 rtx canon_mem = canon_rtx (mem);
2129 if (XEXP (canon_mem, 0) == frame_pointer_rtx
2130 || (GET_CODE (XEXP (canon_mem, 0)) == PLUS
2131 && XEXP (XEXP (canon_mem, 0), 0) == frame_pointer_rtx
2132 && GET_CODE (XEXP (XEXP (canon_mem, 0), 1)) == CONST_INT))
2133 add_to_mem_set_list (pbi, canon_mem);
2122 rtx canon_mem = canon_rtx (mem); local

Completed in 69 milliseconds