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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c3678 gimple *last_sunk = NULL;
3715 last_sunk = stmt;
3721 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]));
3744 gimple_vuse (last_sunk));
3745 SET_USE (gimple_vuse_op (last_sunk), phi_def);
3750 && TREE_CODE (gimple_vuse (last_sunk)) == SSA_NAME)
3752 mark_virtual_operand_for_renaming (gimple_vuse (last_sunk));
3674 gimple *last_sunk = NULL; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc3673 gimple *last_sunk = NULL;
3710 last_sunk = stmt;
3716 last_sunk = gsi_stmt (gsi_start (sunk[bb->index]));
3739 gimple_vuse (last_sunk));
3740 SET_USE (gimple_vuse_op (last_sunk), phi_def);
3745 && TREE_CODE (gimple_vuse (last_sunk)) == SSA_NAME)
3747 mark_virtual_operand_for_renaming (gimple_vuse (last_sunk));
3669 gimple *last_sunk = NULL; local

Completed in 222 milliseconds