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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c1571 && find_regno_fusage (insn, CLOBBER, test_regno))
1716 if (find_regno_fusage (insn, code, i))
1728 find_regno_fusage (rtx insn, enum rtx_code code, unsigned int regno)
1712 find_regno_fusage (rtx insn, enum rtx_code code, unsigned int regno) function
H A Drtl.h1725 extern int find_regno_fusage (rtx, enum rtx_code, unsigned int);
H A Dcombine.c12415 && ! find_regno_fusage (place, USE, i))
12442 && ! find_regno_fusage (place, USE, i))
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c1546 if (find_regno_fusage (sibling, USE, 3))

Completed in 158 milliseconds