Searched refs:bb_state_array (Results 1 – 3 of 3) sorted by relevance
140 static char *bb_state_array = NULL; variable3043 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()3054 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()3059 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()3061 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()3067 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()3069 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()3079 free (bb_state_array); in free_bb_state_array()3081 bb_state_array = NULL; in free_bb_state_array()
877 * sched-rgn.c (bb_state_array, bb_state): Add some explaining8812 * sched-rgn.c (bb_state_array, bb_state): New static variables.
140 static char *bb_state_array = NULL; variable3047 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()3058 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()3063 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()3065 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()3071 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()3073 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()3083 free (bb_state_array); in free_bb_state_array()3085 bb_state_array = NULL; in free_bb_state_array()