Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c11389 use_crosses_set_p (rtx x, int from_cuid) in use_crosses_set_p() argument
11409 && INSN_CUID (reg_stat[regno].last_set) > from_cuid) in use_crosses_set_p()
11414 if (code == MEM && mem_last_set > from_cuid) in use_crosses_set_p()
11425 if (use_crosses_set_p (XVECEXP (x, i, j), from_cuid)) in use_crosses_set_p()
11429 && use_crosses_set_p (XEXP (x, i), from_cuid)) in use_crosses_set_p()
11660 move_deaths (rtx x, rtx maybe_kill_insn, int from_cuid, rtx to_insn, in move_deaths() argument
11689 && INSN_CUID (before_dead) >= from_cuid in move_deaths()
11749 maybe_kill_insn, from_cuid, to_insn, &oldnotes); in move_deaths()
11770 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths()
11786 move_deaths (dest, maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths()
[all …]