Searched refs:SET_PHI_RESULT (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dtree-phinodes.c223 SET_PHI_RESULT (phi, var);
225 SET_PHI_RESULT (phi, make_ssa_name (var, phi));
H A Dtree-ssa-operands.h141 #define SET_PHI_RESULT(PHI, V) SET_DEF (PHI_RESULT_PTR (PHI), (V)) macro
H A Dtree-into-ssa.c1166 SET_PHI_RESULT (phi, new_lhs);
H A Dtree-scalar-evolution.c3014 SET_PHI_RESULT (phi, NULL_TREE);
H A Dtree-cfg.c1351 SET_PHI_RESULT (phi, NULL_TREE);
4008 SET_PHI_RESULT (phi, make_ssa_name (SSA_NAME_VAR (var), phi));
H A Dlambda-code.c2483 SET_PHI_RESULT (phi_nodes (olddest), NULL);
H A Dtree-ssa-loop-ivopts.c5344 SET_PHI_RESULT (stmt, NULL);

Completed in 140 milliseconds