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

/haiku-buildtools/legacy/gcc/gcc/
H A Drtlanal.c1321 && find_regno_fusage (insn, CLOBBER, test_regno))
1477 if (find_regno_fusage (insn, code, i))
1489 find_regno_fusage (insn, code, regno)
1476 find_regno_fusage (insn, code, regno) function
H A Drtl.h1081 extern int find_regno_fusage PROTO((rtx, enum rtx_code, int));
H A Dcombine.c11885 && ! find_regno_fusage (place, USE, i))
/haiku-buildtools/gcc/gcc/
H A Dira-lives.c1150 = (find_regno_fusage (insn, USE, REAL_PIC_OFFSET_TABLE_REGNUM)
H A Drtlanal.c1868 && find_regno_fusage (insn, CLOBBER, test_regno))
2040 if (find_regno_fusage (insn, code, i))
2052 find_regno_fusage (const_rtx insn, enum rtx_code code, unsigned int regno)
2034 find_regno_fusage (const_rtx insn, enum rtx_code code, unsigned int regno) function
H A Drtl.h2863 extern int find_regno_fusage (const_rtx, enum rtx_code, unsigned int);
H A Dcombine.c14035 && ! find_regno_fusage (place, USE, i))
14065 && ! find_regno_fusage (place, USE, i))
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c3542 if (find_regno_fusage (sibling, USE, 3))
20805 if (find_regno_fusage (call, USE, 3)

Completed in 295 milliseconds