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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-sra.c90 static bitmap sra_type_decomp_cache; variable
237 if (bitmap_bit_p (sra_type_decomp_cache, cache+0))
239 if (bitmap_bit_p (sra_type_decomp_cache, cache+1))
290 bitmap_set_bit (sra_type_decomp_cache, cache+0);
294 bitmap_set_bit (sra_type_decomp_cache, cache+1);
2306 if (sra_type_decomp_cache)
2309 sra_type_decomp_cache = BITMAP_ALLOC (NULL);
2339 BITMAP_FREE (sra_type_decomp_cache);

Completed in 43 milliseconds