Searched refs:SET_USE (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-ssa-operands.h | 109 #define SET_USE(USE, V) set_ssa_use_from_ptr (USE, V) macro 146 SET_USE (PHI_ARG_DEF_PTR ((PHI), (I)), (V))
|
| D | tree-ssa-threadedge.c | 291 SET_USE (use_p, tmp); in record_temporary_equivalences_from_stmts_at_dest() 325 SET_USE (use_p, copy[i++]); in record_temporary_equivalences_from_stmts_at_dest()
|
| D | tree-ssa-copy.c | 277 SET_USE (op_p, val); in replace_exp_1() 280 SET_USE (op_p, unsave_expr_now (val)); in replace_exp_1()
|
| D | tree-ssa-dse.c | 349 SET_USE (use_p, USE_FROM_PTR (var2)); in dse_optimize_stmt()
|
| D | tree-ssa-math-opts.c | 357 SET_USE (use_p, occ->recip_def); in replace_reciprocal()
|
| D | tree-ssa-loop-manip.c | 471 SET_USE (op_p, new_name); in split_loop_exit_edge() 940 SET_USE (op, new_init); in tree_unroll_loop()
|
| D | lambda-code.c | 2133 SET_USE (use_p, y); in replace_uses_equiv_to_x_with_y() 2157 SET_USE (use_p, h->to); in replace_uses_equiv_to_x_with_y() 2173 SET_USE (use_p, y); in replace_uses_equiv_to_x_with_y() 2195 SET_USE (use_p, var); in replace_uses_equiv_to_x_with_y()
|
| D | tree-ssa-operands.c | 2262 SET_USE (use_p, t); in copy_virtual_operands() 2271 SET_USE (use_p, USE_FROM_PTR (u2)); in copy_virtual_operands() 2281 SET_USE (use_p, USE_FROM_PTR (u2)); in copy_virtual_operands()
|
| D | tree-into-ssa.c | 1381 SET_USE (use_p, get_reaching_def (var)); in rewrite_stmt() 1729 SET_USE (use_p, rdef); in maybe_replace_use() 1841 SET_USE (use_p, rdef); in replace_use()
|
| D | tree-ssa-phiopt.c | 332 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new); in replace_phi_edge_with_variable()
|
| D | tree-ssa-loop-niter.c | 1355 SET_USE (op, val); in get_val_for() 1357 SET_USE (op, nx); in get_val_for()
|
| D | tree-outof-ssa.c | 1035 SET_USE (p, new_expr); in replace_use_variable() 1045 SET_USE (p, new_var); in replace_use_variable()
|
| D | tree-vect-transform.c | 1088 SET_USE (use_p, new_temp); in vect_create_epilog_for_reduction() 2441 SET_USE (use_p, PHI_ARG_DEF (phi, preheader_e->dest_idx)); in update_vuses_to_preheader()
|
| D | tree-vectorizer.c | 212 SET_USE (op_p, new_name); in rename_use_op()
|
| D | tree-ssa-ccp.c | 958 SET_USE (var_p, orig[i++]); in ccp_fold()
|
| D | tree-vrp.c | 3931 SET_USE (use_p, var); in remove_range_assertions()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tree-ssa.texi | 876 @code{SET_USE} or @code{SET_DEF}, then no further action is required 1107 SET_USE (imm_use_p, ssa_var_2); 1135 SET_USE (imm_use_p, ssa_var_2);
|
| D | gccint.info | 7123 to `update_stmt'. If statement elements are changed via `SET_USE' or 7318 SET_USE (imm_use_p, ssa_var_2); 7344 SET_USE (imm_use_p, ssa_var_2);
|