Searched refs:first_partition (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.c885 tpa->first_partition = VEC_alloc (int, heap, x);
902 VEC_replace (int, tpa->first_partition, tree_index,
928 VEC_free (int, heap, tpa->first_partition);
963 swap_i = VEC_index (int, tpa->first_partition, last);
969 VEC_replace (int, tpa->first_partition, last,
970 VEC_index (int, tpa->first_partition, x));
976 VEC_replace (int, tpa->first_partition, x, swap_i);
1046 rv->next_partition[p] = VEC_index (int, rv->first_partition,
1048 VEC_replace (int, rv->first_partition, VAR_ANN_ROOT_INDEX (ann), p);
1055 VEC_safe_push (int, heap, rv->first_partition,
[all...]
H A Dtree-ssa-live.h342 VEC(int,heap) *first_partition; member in struct:tree_partition_associator_d
388 return VEC_index (int, tpa->first_partition, i);
678 int first_partition; member in struct:partition_pair_d
H A Dbb-reorder.c1954 int first_partition = 0;
1959 if (!first_partition)
1960 first_partition = BB_PARTITION (bb);
1961 if (BB_PARTITION (bb) != first_partition)
1953 int first_partition = 0; local

Completed in 548 milliseconds