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

/freebsd-10.1-release/contrib/gcc/
H A Ddf-core.c433 bitmap blocks_to_reset = NULL; local
440 if (!blocks_to_reset)
443 blocks_to_reset = BITMAP_ALLOC (NULL);
446 bitmap_set_bit (blocks_to_reset, bb->index);
449 dflow->problem->reset_fun (dflow, blocks_to_reset);
452 if (blocks_to_reset)
453 BITMAP_FREE (blocks_to_reset);
H A Ddf-scan.c483 bitmap blocks_to_reset = NULL;
486 if (!blocks_to_reset)
488 blocks_to_reset = BITMAP_ALLOC (NULL);
489 bitmap_copy (blocks_to_reset, local_blocks_to_scan);
491 bitmap_ior_into (blocks_to_reset, df->blocks_to_scan);
493 dflow->problem->reset_fun (dflow, blocks_to_reset);
495 if (blocks_to_reset)
496 BITMAP_FREE (blocks_to_reset);
481 bitmap blocks_to_reset = NULL; local

Completed in 132 milliseconds