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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-sra.c91 static bitmap sra_type_inst_cache; variable
364 if (bitmap_bit_p (sra_type_inst_cache, cache+0))
366 if (bitmap_bit_p (sra_type_inst_cache, cache+1))
374 bitmap_set_bit (sra_type_inst_cache, cache+1);
379 bitmap_set_bit (sra_type_inst_cache, cache+0);
2310 sra_type_inst_cache = BITMAP_ALLOC (NULL);
2340 BITMAP_FREE (sra_type_inst_cache);

Completed in 64 milliseconds