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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c155 unsigned n_map_members; /* Number of candidates in the cost_map list. */
156 struct cost_pair *cost_map; member in struct:iv_use
2327 use->cost_map = XCNEWVEC (struct cost_pair, size);
2350 use->cost_map[cand->id].cand = cand;
2351 use->cost_map[cand->id].cost = cost;
2352 use->cost_map[cand->id].depends_on = depends_on;
2353 use->cost_map[cand->id].value = value;
2360 if (!use->cost_map[i].cand)
2363 if (!use->cost_map[i].cand)
2369 use->cost_map[
[all...]

Completed in 381 milliseconds