Searched refs:sup_igraph (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c599 candidates conflict in sup_igraph. But when wide webs are
608 || TEST_BIT (sup_igraph,
871 || TEST_BIT (sup_igraph, source->id * num_webs + target->id)
872 || TEST_BIT (sup_igraph, target->id * num_webs + source->id))
1928 || TEST_BIT (sup_igraph, tweb->id * num_webs + wl->t->id))
1930 || TEST_BIT (sup_igraph,
2203 RESET_BIT (sup_igraph, x->id * num_webs + y->id);
2204 RESET_BIT (sup_igraph, y->id * num_webs + x->id);
2284 RESET_BIT (sup_igraph, web->id * num_webs + other->id);
2285 RESET_BIT (sup_igraph, othe
[all...]
H A Dra.h382 extern sbitmap sup_igraph;
H A Dra-build.c1573 if (!TEST_BIT (sup_igraph, (pfrom->id * num_webs + pto->id)))
1582 SET_BIT (sup_igraph, (pfrom->id * num_webs + pto->id));
2097 sup_igraph = sbitmap_alloc (num_webs * num_webs);
2099 sbitmap_zero (sup_igraph);
2171 SET_BIT (sup_igraph, (web->id * num_webs + cl->t->id));
3234 sbitmap_free (sup_igraph);
H A Dra-rewrite.c99 if (TEST_BIT (sup_igraph, s->id * num_webs + t->id)
100 || TEST_BIT (sup_igraph, t->id * num_webs + s->id)
185 || TEST_BIT (sup_igraph, s->id * num_webs + t->id)
186 || TEST_BIT (sup_igraph, t->id * num_webs + s->id))
H A Dra.c101 (for now I need the sup_igraph to note if there is any conflict between
106 sbitmap sup_igraph; variable

Completed in 182 milliseconds