Home
last modified time | relevance | path

Searched refs:inst_count (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-sra.c1435 unsigned int max_size, max_count, inst_count, full_count; in decide_block_copy() local
1449 inst_count = sum_instantiated_sizes (elt, &inst_size); in decide_block_copy()
1459 && (full_count - inst_count) <= max_count in decide_block_copy()
1462 else if (inst_count * 100 >= full_count * SRA_FIELD_STRUCTURE_RATIO in decide_block_copy()