Lines Matching defs:irr_blocks
1930 bitmap irr_blocks;
1977 region->irr_blocks = BITMAP_ALLOC (&tm_obstack);
1984 irr_blocks bitmaps. Returns the new region being scanned. */
1993 || (!region->irr_blocks && !region->exit_blocks))
2016 bitmap_set_bit (region->irr_blocks, bb->index);
2110 region->irr_blocks = BITMAP_ALLOC (&tm_obstack);
2676 bitmap irr_blocks,
2700 && irr_blocks
2701 && bitmap_bit_p (irr_blocks, bb->index))
2741 region->irr_blocks,
2817 region->irr_blocks,
4046 region->irr_blocks,
4791 r->irr_blocks, NULL, false);
5251 install calls to tm_irrevocable when IRR_BLOCKS are reached,
5256 basic_block bb, bitmap irr_blocks)
5261 if (irr_blocks && bitmap_bit_p (irr_blocks, bb->index))
5284 tm_irrevocable when IRR_BLOCKS are reached, redirect other calls to
5289 basic_block bb, bitmap irr_blocks)
5303 ipa_tm_transform_calls_1 (node, region, bb, irr_blocks);
5305 if (irr_blocks && bitmap_bit_p (irr_blocks, bb->index))