Searched refs:first_partition (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-ssa-live.c | 885 tpa->first_partition = VEC_alloc (int, heap, x); in tpa_init() 902 VEC_replace (int, tpa->first_partition, tree_index, in tpa_remove_partition() 928 VEC_free (int, heap, tpa->first_partition); in tpa_delete() 963 swap_i = VEC_index (int, tpa->first_partition, last); in tpa_compact() 969 VEC_replace (int, tpa->first_partition, last, in tpa_compact() 970 VEC_index (int, tpa->first_partition, x)); in tpa_compact() 976 VEC_replace (int, tpa->first_partition, x, swap_i); in tpa_compact() 1046 rv->next_partition[p] = VEC_index (int, rv->first_partition, in root_var_init() 1048 VEC_replace (int, rv->first_partition, VAR_ANN_ROOT_INDEX (ann), p); in root_var_init() 1055 VEC_safe_push (int, heap, rv->first_partition, p); in root_var_init() [all …]
|
| D | tree-ssa-live.h | 342 VEC(int,heap) *first_partition; 388 return VEC_index (int, tpa->first_partition, i); in tpa_first_partition() 678 int first_partition; member
|
| D | bb-reorder.c | 1953 int first_partition = 0; in insert_section_boundary_note() local 1958 if (!first_partition) in insert_section_boundary_note() 1959 first_partition = BB_PARTITION (bb); in insert_section_boundary_note() 1960 if (BB_PARTITION (bb) != first_partition) in insert_section_boundary_note()
|
| D | ChangeLog-2006 | 7393 first_partition to VEC(int,heap) *.
|