Lines Matching refs:exit_blocks

1918   bitmap exit_blocks;  member
1967 region->exit_blocks = BITMAP_ALLOC (&tm_obstack); in tm_region_init_0()
1984 || (!region->irr_blocks && !region->exit_blocks)) in tm_region_init_1()
2000 && region->exit_blocks) in tm_region_init_1()
2002 bitmap_set_bit (region->exit_blocks, bb->index); in tm_region_init_1()
2664 bitmap exit_blocks,
2684 if (exit_blocks &&
2685 bitmap_bit_p (exit_blocks, bb->index))
2729 region->exit_blocks, in collect_bb2reg()
2805 region->exit_blocks, in compute_transaction_bits()
3038 if (region->exit_blocks) in generate_tm_state()
3375 if (region->exit_blocks in expand_regions_1()
3752 && (region->exit_blocks == NULL in tm_memopt_compute_available()
3753 || !bitmap_bit_p (region->exit_blocks, bb->index))) in tm_memopt_compute_available()
3811 if (region->exit_blocks in tm_memopt_compute_antic()
3812 && !bitmap_bit_p (region->exit_blocks, bb->index)) in tm_memopt_compute_antic()
3820 if (region->exit_blocks) in tm_memopt_compute_antic()
3824 EXECUTE_IF_SET_IN_BITMAP (region->exit_blocks, 0, i, bi) in tm_memopt_compute_antic()
4031 region->exit_blocks, in execute_tm_memopt()
4277 bbs = get_tm_region_blocks (r->entry_block, r->exit_blocks, NULL, in ipa_tm_scan_calls_transaction()
4434 bitmap old_irr, bitmap exit_blocks) in ipa_tm_scan_irr_blocks() argument
4454 else if (exit_blocks == NULL || !bitmap_bit_p (exit_blocks, bb->index)) in ipa_tm_scan_irr_blocks()
4479 bitmap old_irr, bitmap exit_blocks) in ipa_tm_propagate_irr() argument
4489 bbs = get_tm_region_blocks (entry_block, exit_blocks, NULL, in ipa_tm_propagate_irr()
4629 region->exit_blocks)) in ipa_tm_scan_irr_function()
4631 region->exit_blocks); in ipa_tm_scan_irr_function()
4778 bbs = get_tm_region_blocks (r->entry_block, r->exit_blocks, in ipa_tm_diagnose_transaction()
4805 if (bitmap_bit_p (r->exit_blocks, bb->index)) in ipa_tm_diagnose_transaction()
5296 if (region && bitmap_bit_p (region->exit_blocks, bb->index)) in ipa_tm_transform_calls()