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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-operands.h79 #define PHI_ARG_DEF(PHI, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((PHI), (I)))
81 #define PHI_ARG_DEF_PTR(PHI, I) gimple_phi_arg_imm_use_ptr ((PHI), (I)) macro
84 SET_USE (PHI_ARG_DEF_PTR ((PHI), (I)), (V))
88 PHI_ARG_DEF_PTR ((PHI), (E)->dest_idx)
H A Dssa-iterators.h496 return PHI_ARG_DEF_PTR (ptr->stmt, (ptr->i)++);
H A Dtree-ssa-propagate.c929 propagate_value (PHI_ARG_DEF_PTR (phi, i), val);
H A Dtree-ssa-phiopt.c384 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new_tree);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-operands.h79 #define PHI_ARG_DEF(PHI, I) USE_FROM_PTR (PHI_ARG_DEF_PTR ((PHI), (I)))
81 #define PHI_ARG_DEF_PTR(PHI, I) gimple_phi_arg_imm_use_ptr ((PHI), (I)) macro
84 SET_USE (PHI_ARG_DEF_PTR ((PHI), (I)), (V))
88 PHI_ARG_DEF_PTR ((PHI), (E)->dest_idx)
H A Dtree-ssa-propagate.cc626 propagate_value (PHI_ARG_DEF_PTR (phi, i), val);
H A Dssa-iterators.h499 return PHI_ARG_DEF_PTR (ptr->stmt, (ptr->i)++);
H A Dtree-ssa-phiopt.cc424 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new_tree);

Completed in 263 milliseconds