Searched defs:cast_stmt (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-strength-reduction.c | 2283 gassign *new_stmt, *cast_stmt = NULL; in create_add_on_incoming_edge() local 3387 gassign *cast_stmt = NULL; in insert_initializers() local 3617 gassign *cast_stmt; in introduce_cast_before_cand() local 3810 gassign *cast_stmt = gimple_build_assign (lhs, NOP_EXPR, basis_name); in replace_one_candidate() local
|
H A D | tree-vect-patterns.c | 3728 gimple *cast_stmt = gimple_build_assign (vect_recog_temp_ssa_var (type, NULL), in adjust_bool_pattern_cast() local 4167 gimple *cast_stmt = gimple_build_assign (rhs2, NOP_EXPR, rhs); in vect_recog_bool_pattern() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-strength-reduction.cc | 2282 gassign *new_stmt, *cast_stmt = NULL; in create_add_on_incoming_edge() local 3386 gassign *cast_stmt = NULL; in insert_initializers() local 3616 gassign *cast_stmt; in introduce_cast_before_cand() local 3809 gassign *cast_stmt = gimple_build_assign (lhs, NOP_EXPR, basis_name); in replace_one_candidate() local
|
H A D | tree-ssa-math-opts.cc | 3606 gimple *cast_stmt = gsi_stmt (gsi); in maybe_optimize_guarding_check() local 3686 arith_overflow_check_p (gimple *stmt, gimple *cast_stmt, gimple *&use_stmt, in arith_overflow_check_p() 3908 gimple *cast_stmt = NULL; in match_arith_overflow() local
|
H A D | tree-vect-patterns.cc | 4086 gimple *cast_stmt = gimple_build_assign (vect_recog_temp_ssa_var (type, NULL), in adjust_bool_pattern_cast() local 4527 gimple *cast_stmt = gimple_build_assign (rhs2, NOP_EXPR, rhs); in vect_recog_bool_pattern() local
|
H A D | tree-ssa-forwprop.cc | 1500 gimple *use_stmt, *cast_stmt = NULL; in simplify_builtin_call() local
|