Home
last modified time | relevance | path

Searched refs:bb_state_array (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.cc140 static char *bb_state_array = NULL; variable
3043 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()
H A DChangeLog-2012877 * sched-rgn.c (bb_state_array, bb_state): Add some explaining
8812 * sched-rgn.c (bb_state_array, bb_state): New static variables.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-rgn.c140 static char *bb_state_array = NULL; variable
3047 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()