Home
last modified time | relevance | path

Searched refs:AND_REG_SET (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dconflict.c464 AND_REG_SET (live, regs);
483 AND_REG_SET (born, regs);
H A Dbasic-block.h49 #define AND_REG_SET(TO, FROM) bitmap_operation (TO, TO, FROM, BITMAP_AND) macro
H A Dcfgcleanup.c414 AND_REG_SET (nonequal, b->global_live_at_end);
/openbsd/gnu/gcc/gcc/
H A Dbasic-block.h59 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) macro
H A Dcfgcleanup.c385 AND_REG_SET (nonequal, b->il.rtl->global_live_at_end); in thread_jump()