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

/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c91 /* object_sizes[0] is upper bound for number of bytes till the end of
93 object_sizes[1] is upper bound for number of bytes till the end of
95 object_sizes[2] is lower bound for number of bytes till the end of
96 the object and object_sizes[3] lower bound for subobject. */
97 static vec<unsigned HOST_WIDE_INT> object_sizes[4]; variable
218 sz = object_sizes[object_size_type][SSA_NAME_VERSION (var)];
533 if (num_ssa_names > object_sizes[object_size_type].length ())
534 object_sizes[object_size_type].safe_grow (num_ssa_names);
623 if (object_sizes[object_size_type][i]
633 object_sizes[object_size_typ
[all...]

Completed in 37 milliseconds