Lines Matching defs:bx
565 bitmap bx = ptr->conflicts[x];570 if (bx)572 return by ? bitmap_bit_p (bx, y) : false;583 bitmap bx = ptr->conflicts[x];585 if (! bx)586 bx = ptr->conflicts[x] = BITMAP_ALLOC (&ptr->obstack);587 bitmap_set_bit (bx, y);609 bitmap bx = ptr->conflicts[x];630 if (bx)633 bitmap_ior_into (bx, by);
Indexes created Sun Apr 26 00:22:38 UTC 2026