Home | History | Annotate | Download | only in nir

Lines Matching defs:bitset_words

47    unsigned bitset_words;
73 state->bitset_words);
74 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD));
77 state->bitset_words);
78 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD));
124 NIR_VLA(BITSET_WORD, live, state->bitset_words);
125 memcpy(live, succ->live_in, state->bitset_words * sizeof *live);
150 for (unsigned i = 0; i < state->bitset_words; ++i) {
178 state.bitset_words = BITSET_WORDS(state.num_ssa_defs);
198 state.bitset_words * sizeof(BITSET_WORD));