Searched refs:seq_gsi (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 2001 gimple_stmt_iterator gsi, copy_gsi, seq_gsi; in copy_bb() local 2034 seq_gsi = copy_gsi; in copy_bb() 2057 new_rhs = force_gimple_operand_gsi (&seq_gsi, in copy_bb() 2065 gsi_insert_after (&seq_gsi, stmt, GSI_NEW_STMT); in copy_bb() 2068 gimple_regimplify_operands (stmt, &seq_gsi); in copy_bb()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 2026 gimple_stmt_iterator gsi, copy_gsi, seq_gsi; in copy_bb() local 2059 seq_gsi = copy_gsi; in copy_bb() 2082 new_rhs = force_gimple_operand_gsi (&seq_gsi, in copy_bb() 2090 gsi_insert_after (&seq_gsi, stmt, GSI_NEW_STMT); in copy_bb() 2093 gimple_regimplify_operands (stmt, &seq_gsi); in copy_bb()
|