Searched refs:bb_state (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-rgn.cc | 141 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 D | cfgrtl.cc | 2212 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 D | ChangeLog-2012 | 877 * 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 D | sched-rgn.c | 141 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 D | cfgrtl.c | 2192 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 D | execlist.h | 141 struct execlist_mmio_pair bb_state; member
|