Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDlocal-alloc.c1217 AND_COMPL_REG_SET (bb->il.rtl->global_live_at_start, in update_equiv_regs()
1219 AND_COMPL_REG_SET (bb->il.rtl->global_live_at_end, in update_equiv_regs()
HDbasic-block.h62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) macro
HDreload1.c3759 AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos); in finish_spills()
3760 AND_COMPL_REG_SET (&chain->dead_or_set, &spilled_pseudos); in finish_spills()
HDChangeLog-20047004 * basic-block.h (AND_REG_SET, AND_COMPL_REG_SET, IOR_REG_SET,