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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-operands.h143 #define PHI_ARG_DEF_PTR(PHI, I) get_phi_arg_def_ptr ((PHI), (I)) macro
144 #define PHI_ARG_DEF(PHI, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((PHI), (I)))
146 SET_USE (PHI_ARG_DEF_PTR ((PHI), (I)), (V))
150 PHI_ARG_DEF_PTR ((PHI), (E)->dest_idx)
H A Dtree-ssa-phiopt.c332 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new);
H A Dtree-ssa-propagate.c1007 propagate_value (PHI_ARG_DEF_PTR (phi, i), val);
H A Dtree-ssa.c319 use_operand_p op_p = PHI_ARG_DEF_PTR (phi, i);
H A Dtree-flow-inline.h851 return PHI_ARG_DEF_PTR (ptr->phi_stmt, (ptr->phi_i)++);
H A Dtree-ssa-dom.c1247 orig_p = PHI_ARG_DEF_PTR (phi, indx);

Completed in 76 milliseconds