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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c442 perform_symbolic_merge (gimple *source_stmt1, struct symbolic_number *n1, argument
451 tree rhs1 = gimple_assign_rhs1 (source_stmt1);
492 bb1 = gimple_bb (source_stmt1);
495 source_stmt = source_stmt1;
544 source_stmt = source_stmt1;
586 gimple *rhs1_stmt, *rhs2_stmt, *source_stmt1; local
659 source_stmt1 = find_bswap_or_nop_1 (rhs1_stmt, n, limit - 1);
663 if (!source_stmt1)
668 source_stmt1 = stmt;
731 return verify_symbolic_number_p (n, stmt) ? source_stmt1
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc442 perform_symbolic_merge (gimple *source_stmt1, struct symbolic_number *n1, argument
451 tree rhs1 = gimple_assign_rhs1 (source_stmt1);
492 bb1 = gimple_bb (source_stmt1);
495 source_stmt = source_stmt1;
544 source_stmt = source_stmt1;
610 gimple *rhs1_stmt, *rhs2_stmt, *source_stmt1; local
687 source_stmt1 = find_bswap_or_nop_1 (rhs1_stmt, n, limit - 1);
691 if (!source_stmt1)
696 source_stmt1 = stmt;
759 return verify_symbolic_number_p (n, stmt) ? source_stmt1
[all...]

Completed in 205 milliseconds