Home | History | Annotate | Download | only in gcc

Lines Matching defs:bb_state

138    as the initial state at the start of successor blocks.  The BB_STATE
140 into BB_STATE for basic block I. FIXME: This should be a vec. */
142 static state_t *bb_state = NULL;
3058 gcc_assert (bb_state_array == NULL && bb_state == NULL);
3063 || (bb_state_array != NULL && bb_state != NULL));
3066 bb_state = XRESIZEVEC (state_t, bb_state, lbb);
3073 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size);
3075 state_reset (bb_state[i]);
3084 free (bb_state);
3086 bb_state = NULL;
3183 schedule_block (&curr_bb, bb_state[first_bb->index]);
3194 memcpy (bb_state[f->dest->index], curr_state,