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

/haiku-buildtools/legacy/gcc/gcc/
H A Dexplow.c39 static rtx break_out_memory_refs PROTO((rtx));
303 break_out_memory_refs (x)
313 register rtx op0 = break_out_memory_refs (XEXP (x, 0));
314 register rtx op1 = break_out_memory_refs (XEXP (x, 1));
465 x = break_out_memory_refs (x);
301 break_out_memory_refs (x) function
/haiku-buildtools/gcc/gcc/
H A Dexplow.c66 static rtx break_out_memory_refs (rtx);
262 break_out_memory_refs (rtx x)
271 rtx op0 = break_out_memory_refs (XEXP (x, 0));
272 rtx op1 = break_out_memory_refs (XEXP (x, 1));
420 x = break_out_memory_refs (x);
260 break_out_memory_refs (rtx x) function

Completed in 52 milliseconds