HomeSort by: relevance | last modified time | path
    Searched defs:return_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
mode-switching.cc 282 rtx_insn *return_copy = PREV_INSN (last_insn);
287 if (NONDEBUG_INSN_P (return_copy))
295 if (CALL_P (return_copy))
300 return_copy_pat = PATTERN (return_copy);
311 last_insn = return_copy;
325 last_insn = return_copy;
335 return_copy_pat = single_set (return_copy);
338 return_copy_pat = PATTERN (return_copy);
351 if (INSN_P (PREV_INSN (return_copy)))
353 return_copy = PREV_INSN (return_copy)
281 rtx_insn *return_copy = PREV_INSN (last_insn); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
mode-switching.cc 275 rtx_insn *return_copy = PREV_INSN (last_insn);
280 df_simulate_one_insn_backwards (src_bb, return_copy, live);
282 if (NONDEBUG_INSN_P (return_copy))
290 if (CALL_P (return_copy))
295 return_copy_pat = PATTERN (return_copy);
306 last_insn = return_copy;
320 last_insn = return_copy;
330 return_copy_pat = single_set (return_copy);
333 return_copy_pat = PATTERN (return_copy);
346 if (INSN_P (PREV_INSN (return_copy)))
274 rtx_insn *return_copy = PREV_INSN (last_insn); local
    [all...]

Completed in 26 milliseconds