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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c152 bitmap related_cands; /* The set of "related" iv candidates, plus the common member in struct:iv_use
445 if (use->related_cands)
448 dump_bitmap (file, use->related_cands);
1147 use->related_cands = BITMAP_ALLOC (NULL);
2072 bitmap_set_bit (use->related_cands, i);
2240 /* Record important candidates and add them to related_cands bitmaps
2262 /* We will not need "related_cands" bitmaps in this case,
2267 BITMAP_FREE (use->related_cands);
2272 /* Add important candidates to the related_cands bitmaps. */
2274 bitmap_ior_into (iv_use (data, i)->related_cands,
[all...]

Completed in 71 milliseconds