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

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h645 #define IDATA_REG_USES(ID) ((ID)->reg_uses)
699 #define VINSN_REG_USES(VI) (IDATA_REG_USES (VINSN_ID (VI)))
638 #define IDATA_REG_USES macro
H A Dsel-sched-ir.c2475 IDATA_REG_USES (id) = get_clear_regset_from_pool ();
2551 SET_REGNO_REG_SET (IDATA_REG_USES (deps_init_id_data.id), regno);
2752 SET_REGNO_REG_SET (IDATA_REG_USES (id), regno);
2758 SET_REGNO_REG_SET (IDATA_REG_USES (id), FIRST_STACK_REG);

Completed in 118 milliseconds