Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dregset.h62 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) macro
H A Dsel-sched.c6023 AND_COMPL_REG_SET (tmp, INSN_REG_SETS (insn)); in fur_orig_expr_found()
6024 AND_COMPL_REG_SET (tmp, INSN_REG_CLOBBERS (insn)); in fur_orig_expr_found()
H A Dreload1.c4283 AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos); in finish_spills()
4284 AND_COMPL_REG_SET (&chain->dead_or_set, &spilled_pseudos); in finish_spills()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dregset.h65 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) macro
H A Dsel-sched.cc6023 AND_COMPL_REG_SET (tmp, INSN_REG_SETS (insn)); in fur_orig_expr_found()
6024 AND_COMPL_REG_SET (tmp, INSN_REG_CLOBBERS (insn)); in fur_orig_expr_found()
H A Dreload1.cc4280 AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos); in finish_spills()
4281 AND_COMPL_REG_SET (&chain->dead_or_set, &spilled_pseudos); in finish_spills()
H A DChangeLog-20047004 * basic-block.h (AND_REG_SET, AND_COMPL_REG_SET, IOR_REG_SET,