Home | History | Annotate | Download | only in gcc

Lines Matching refs:to_purge

4762 		    bitmap to_purge)
4908 successfully_inlined = expand_call_inline (bb, stmt, id, to_purge);
5273 bitmap_set_bit (to_purge, return_block->index);
5312 bitmap to_purge)
5324 inlined |= expand_call_inline (bb, stmt, id, to_purge);
5337 auto_bitmap to_purge;
5408 bitmap_set_bit (to_purge, dest->index);
5428 bitmap_set_bit (to_purge, dest->index);
5449 gimple_purge_all_dead_eh_edges (to_purge);
5494 auto_bitmap to_purge;
5496 inlined_p |= gimple_expand_calls_inline (bb, &id, to_purge);
5528 EXECUTE_IF_SET_IN_BITMAP (to_purge, 0, i, bi)