Searched refs:AND_COMPL_REG_SET (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlocal-alloc.c1223 AND_COMPL_REG_SET (bb->il.rtl->global_live_at_start,
1225 AND_COMPL_REG_SET (bb->il.rtl->global_live_at_end,
H A Dbasic-block.h62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) macro
H A Dreload1.c3773 AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos);
3774 AND_COMPL_REG_SET (&chain->dead_or_set, &spilled_pseudos);

Completed in 179 milliseconds