Home
last modified time | relevance | path

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

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 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.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsched-rgn.c133 static char *bb_state_array = NULL; variable
3040 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3051 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3056 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3058 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3064 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3066 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3076 free (bb_state_array); in free_bb_state_array()
3078 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsched-rgn.c132 static char *bb_state_array = NULL; variable
2943 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
2954 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
2959 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
2961 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
2967 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
2969 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
2979 free (bb_state_array); in free_bb_state_array()
2981 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.
/dports/devel/avr-gcc/gcc-10.2.0/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()
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.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsched-rgn.c133 static char *bb_state_array = NULL; variable
3040 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3051 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3056 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3058 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3064 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3066 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3076 free (bb_state_array); in free_bb_state_array()
3078 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gcc11-devel/gcc-11-20211009/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()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsched-rgn.c129 static char *bb_state_array = NULL; variable
2921 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
2932 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
2937 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
2939 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
2945 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
2947 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
2957 free (bb_state_array); in free_bb_state_array()
2959 bb_state_array = NULL; in free_bb_state_array()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 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.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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()
/dports/lang/gcc10/gcc-10.3.0/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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsched-rgn.c134 static char *bb_state_array = NULL; variable
3041 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
3052 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
3057 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
3059 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
3065 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
3067 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3077 free (bb_state_array); in free_bb_state_array()
3079 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsched-rgn.c140 static char *bb_state_array = NULL;
3047 char *old_bb_state_array = bb_state_array;
3058 gcc_assert (bb_state_array == NULL && bb_state == NULL);
3063 || (bb_state_array != NULL && bb_state != NULL));
3065 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size);
3071 bool bb_state_array_moved = (bb_state_array != old_bb_state_array);
3073 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size);
3083 free (bb_state_array);
3085 bb_state_array = NULL;
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsched-rgn.c129 static char *bb_state_array = NULL; variable
2921 char *old_bb_state_array = bb_state_array; in realloc_bb_state_array()
2932 gcc_assert (bb_state_array == NULL && bb_state == NULL); in realloc_bb_state_array()
2937 || (bb_state_array != NULL && bb_state != NULL)); in realloc_bb_state_array()
2939 bb_state_array = XRESIZEVEC (char, bb_state_array, lbb * dfa_state_size); in realloc_bb_state_array()
2945 bool bb_state_array_moved = (bb_state_array != old_bb_state_array); in realloc_bb_state_array()
2947 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
2957 free (bb_state_array); in free_bb_state_array()
2959 bb_state_array = NULL; in free_bb_state_array()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsched-rgn.c140 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()

12