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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-sra.c1441 unsigned int max_size, max_count, inst_count, full_count;
1454 full_count = count_type_elements (elt->type, false);
1465 && (full_count - inst_count) <= max_count
1468 else if (inst_count * 100 >= full_count * SRA_FIELD_STRUCTURE_RATIO
1435 unsigned int max_size, max_count, inst_count, full_count; local

Completed in 52 milliseconds