Home
last modified time | relevance | path

Searched refs:bb_state (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.cc141 static state_t *bb_state = NULL; variable
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()
3062 bb_state = XRESIZEVEC (state_t, bb_state, lbb); in realloc_bb_state_array()
3069 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3071 state_reset (bb_state[i]); in realloc_bb_state_array()
3080 free (bb_state); in free_bb_state_array()
3082 bb_state = NULL; in free_bb_state_array()
3179 schedule_block (&curr_bb, bb_state[first_bb->index]); in schedule_region()
3190 memcpy (bb_state[f->dest->index], curr_state, in schedule_region()
H A Dcfgrtl.cc2212 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; in print_rtl_with_bb() enum
2216 enum bb_state *in_bb_p = XCNEWVEC (enum bb_state, max_uid); in print_rtl_with_bb()
2240 enum bb_state state = IN_MULTIPLE_BB; in print_rtl_with_bb()
H A DChangeLog-2012877 * sched-rgn.c (bb_state_array, bb_state): Add some explaining
882 (sched_rgn_init): Use realloc_bb_state_array to initialize bb_state.
8812 * sched-rgn.c (bb_state_array, bb_state): New static variables.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-rgn.c141 static state_t *bb_state = NULL; variable
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()
3066 bb_state = XRESIZEVEC (state_t, bb_state, lbb); in realloc_bb_state_array()
3073 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
3075 state_reset (bb_state[i]); in realloc_bb_state_array()
3084 free (bb_state); in free_bb_state_array()
3086 bb_state = NULL; in free_bb_state_array()
3183 schedule_block (&curr_bb, bb_state[first_bb->index]); in schedule_region()
3194 memcpy (bb_state[f->dest->index], curr_state, in schedule_region()
H A Dcfgrtl.c2192 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; in print_rtl_with_bb() enum
2196 enum bb_state *in_bb_p = XCNEWVEC (enum bb_state, max_uid); in print_rtl_with_bb()
2220 enum bb_state state = IN_MULTIPLE_BB; in print_rtl_with_bb()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dexeclist.h141 struct execlist_mmio_pair bb_state; member