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

/freebsd-10.0-release/contrib/gcc/
H A Dgcse.c491 static bitmap blocks_with_calls;
968 blocks_with_calls = BITMAP_ALLOC (NULL);
984 BITMAP_FREE (blocks_with_calls);
1996 bitmap_set_bit (blocks_with_calls, bb);
2220 bitmap_clear (blocks_with_calls);
2492 EXECUTE_IF_SET_IN_BITMAP (blocks_with_calls, 0, bb_index, bi)
2503 blocks_with_calls,
490 static bitmap blocks_with_calls; variable

Completed in 179 milliseconds