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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c3680 state_t prev_cycle_state_ctx;
3912 sc->prev_cycle_state_ctx = xmalloc (dfa_state_size);
3918 state_reset (sc->prev_cycle_state_ctx);
3942 sc->prev_cycle_state_ctx = xmalloc (dfa_state_size);
3943 memcpy (sc->prev_cycle_state_ctx, prev_cycle_state, dfa_state_size);
3955 memcpy (prev_cycle_state, sc->prev_cycle_state_ctx, dfa_state_size);
3965 free (sc->prev_cycle_state_ctx);
3662 state_t prev_cycle_state_ctx; member in struct:c6x_sched_context

Completed in 45 milliseconds