Searched refs:inst_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;
1455 inst_count = sum_instantiated_sizes (elt, &inst_size);
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 66 milliseconds