Searched refs:USE_FROM_PTR (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-dse.c268 usevar = USE_FROM_PTR (var2);
336 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (USE_FROM_PTR (first_use_p)))
349 SET_USE (use_p, USE_FROM_PTR (var2));
H A Dtree-ssa-operands.h107 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) macro
121 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
144 #define PHI_ARG_DEF(PHI, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((PHI), (I)))
H A Dtree-ssa-threadedge.c285 tree use = USE_FROM_PTR (use_p);
514 tree use = USE_FROM_PTR (use_p);
H A Dtree-into-ssa.c745 tree sym = USE_FROM_PTR (use_p);
759 tree sym = USE_FROM_PTR (use_p);
1379 tree var = USE_FROM_PTR (use_p);
1720 tree use = USE_FROM_PTR (use_p);
1875 arg = USE_FROM_PTR (arg_p);
1898 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (USE_FROM_PTR (arg_p)) = 1;
2268 tree use = USE_FROM_PTR (use_p);
2297 tree use = USE_FROM_PTR (use_p);
H A Dtree-ssa.c223 tree ssa_name = USE_FROM_PTR (use_p);
276 listvar = USE_FROM_PTR (use_p->prev);
320 tree op = USE_FROM_PTR (op_p);
775 op = USE_FROM_PTR (use_p);
H A Dtree-flow-inline.h1331 gcc_assert (USE_FROM_PTR (use_p) == USE_FROM_PTR (head));
1359 tree use = USE_FROM_PTR (head);
1369 if (USE_FROM_PTR (use_p) == use)
1375 if (USE_FROM_PTR (use_p) == use)
H A Dtree-ssa-propagate.c814 tree tuse = USE_FROM_PTR (use);
958 tree var = USE_FROM_PTR (vuse);
H A Dtree-ssa-sink.c339 tree use = USE_FROM_PTR (use_p);
H A Dtree-ssa-operands.c2271 SET_USE (use_p, USE_FROM_PTR (u2));
2281 SET_USE (use_p, USE_FROM_PTR (u2));
2512 print_generic_expr (f, USE_FROM_PTR (ptr), TDF_SLIM);
2543 if (!is_gimple_reg (USE_FROM_PTR (use_p)))
H A Dtree-ssa-loop-manip.c458 name = USE_FROM_PTR (op_p);
918 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op)));
H A Dtree-ssa-dom.c1248 orig = USE_FROM_PTR (orig_p);
1639 tree op = USE_FROM_PTR (op_p);
1753 if (TREE_CODE (USE_FROM_PTR (op_p)) == SSA_NAME)
H A Dtree-ssa-copy.c264 tree op = USE_FROM_PTR (op_p);
H A Dtree-ssa-dce.c607 tree use = USE_FROM_PTR (use_p);
H A Dtree-stdarg.c766 rhs = USE_FROM_PTR (uop);
H A Dtree-vectorizer.c202 if (TREE_CODE (USE_FROM_PTR (op_p)) != SSA_NAME)
205 new_name = get_current_def (USE_FROM_PTR (op_p));
H A Dlambda-code.c2124 tree use = USE_FROM_PTR (use_p);
2343 tree node, op = USE_FROM_PTR (use_a);
2357 tree arg = USE_FROM_PTR (use_b);
H A Dtree-outof-ssa.c1026 tree var = USE_FROM_PTR (p);
1956 if (DEF_FROM_PTR (def_p) == USE_FROM_PTR (copy_use_p))
H A Dtree-ssa-reassoc.c829 if (lhs == USE_FROM_PTR (arg_p))
H A Dtree-ssa-live.c376 tree arg = USE_FROM_PTR (arg_p);
H A Dtree-ssa-loop-niter.c1353 nx = USE_FROM_PTR (op);
H A Dtree-ssa-pre.c1884 tree use = USE_FROM_PTR (usep);
2009 tree use = USE_FROM_PTR (usep);
H A Dtree-vect-transform.c2422 tree ssa_name = USE_FROM_PTR (use_p);
H A Dtree-ssa-loop-ivopts.c1616 op = USE_FROM_PTR (use_p);
1699 op = USE_FROM_PTR (use_p);
H A Dtree-ssa-structalias.c3099 op = USE_FROM_PTR (use_p);
H A Dtree-vrp.c3617 tree arg = USE_FROM_PTR (arg_p);

Completed in 330 milliseconds