Searched refs:AND_REG_SET (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | conflict.c | 464 AND_REG_SET (live, regs); 483 AND_REG_SET (born, regs);
|
H A D | basic-block.h | 49 #define AND_REG_SET(TO, FROM) bitmap_operation (TO, TO, FROM, BITMAP_AND) macro
|
H A D | cfgcleanup.c | 414 AND_REG_SET (nonequal, b->global_live_at_end);
|
/openbsd/gnu/gcc/gcc/ |
H A D | basic-block.h | 59 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) macro
|
H A D | cfgcleanup.c | 385 AND_REG_SET (nonequal, b->il.rtl->global_live_at_end); in thread_jump()
|