Searched refs:op_p (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-copy.c261 replace_exp_1 (use_operand_p op_p, tree val, argument
264 tree op = USE_FROM_PTR (op_p);
277 SET_USE (op_p, val);
280 SET_USE (op_p, unsave_expr_now (val));
291 propagate_value (use_operand_p op_p, tree val) argument
293 replace_exp_1 (op_p, val, true);
306 propagate_tree_value (tree *op_p, tree val) argument
310 && TREE_CODE (*op_p) == SSA_NAME
311 && !may_propagate_copy (*op_p, val)));
316 if (TREE_CODE (*op_p)
332 replace_exp(use_operand_p op_p, tree val) argument
[all...]
H A Dtree-ssa-loop-ivopts.c151 tree *op_p; /* The place where it occurs. */ member in struct:iv_use
439 if (use->op_p)
440 print_generic_expr (file, *use->op_p, TDF_SLIM);
1146 use->op_p = use_p;
1505 find_interesting_uses_address (struct ivopts_data *data, tree stmt, tree *op_p) argument
1507 tree base = *op_p, step = NULL;
1598 record_use (data, op_p, civ, stmt, USE_ADDRESS);
1602 for_each_index (op_p, idx_record_use, data);
4218 cond = *use->op_p;
5595 ref = create_mem_ref (&bsi, TREE_TYPE (*use->op_p),
5608 tree *op_p, cond, op, stmts, bound; local
[all...]
H A Dtree-ssa-loop-manip.c452 use_operand_p op_p; local
456 op_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, single_succ_edge (bb));
458 name = USE_FROM_PTR (op_p);
471 SET_USE (op_p, new_name);
H A Dtree-ssa-dom.c1635 cprop_operand (tree stmt, use_operand_p op_p) argument
1639 tree op = USE_FROM_PTR (op_p);
1728 propagate_value (op_p, val);
1748 use_operand_p op_p; local
1751 FOR_EACH_SSA_USE_OPERAND (op_p, stmt, iter, SSA_OP_ALL_USES)
1753 if (TREE_CODE (USE_FROM_PTR (op_p)) == SSA_NAME)
1754 may_have_exposed_new_symbols |= cprop_operand (stmt, op_p);
H A Dtree-vectorizer.c198 rename_use_op (use_operand_p op_p)
202 if (TREE_CODE (USE_FROM_PTR (op_p)) != SSA_NAME)
205 new_name = get_current_def (USE_FROM_PTR (op_p));
213 SET_USE (op_p, new_name);
197 rename_use_op(use_operand_p op_p) argument
H A Dtree-ssa.c319 use_operand_p op_p = PHI_ARG_DEF_PTR (phi, i); local
320 tree op = USE_FROM_PTR (op_p);
341 err = verify_use (e->src, definition_block[SSA_NAME_VERSION (op)], op_p,

Completed in 155 milliseconds