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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c109 htab_t insns_with_var_to_expand; /* A hashtable of insns with accumulators member in struct:opt_info
1737 opt_info->insns_with_var_to_expand = htab_create (5 * loop->num_nodes,
1761 if (opt_info->insns_with_var_to_expand)
1766 slot2 = htab_find_slot (opt_info->insns_with_var_to_expand, ves, INSERT);
2131 if (unrolling && opt_info->insns_with_var_to_expand)
2133 ves = htab_find (opt_info->insns_with_var_to_expand, &ve_templ);
2150 if (opt_info->insns_with_var_to_expand)
2152 htab_traverse (opt_info->insns_with_var_to_expand,
2155 htab_traverse (opt_info->insns_with_var_to_expand,
2218 if (opt_info->insns_with_var_to_expand)
[all...]

Completed in 44 milliseconds