Home
last modified time | relevance | path

Searched refs:PHI_ARG_DEF_PTR (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/
HDtree-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)
HDtree-ssa-propagate.c1023 propagate_value (PHI_ARG_DEF_PTR (phi, i), val); in replace_phi_args_in()
HDtree-ssa-phiopt.c332 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new); in replace_phi_edge_with_variable()
HDtree-ssa.c319 use_operand_p op_p = PHI_ARG_DEF_PTR (phi, i); in verify_phi_args()
HDtree-flow-inline.h851 return PHI_ARG_DEF_PTR (ptr->phi_stmt, (ptr->phi_i)++); in op_iter_next_use()
HDtree-ssa-dom.c1247 orig_p = PHI_ARG_DEF_PTR (phi, indx); in cprop_into_successor_phis()
HDChangeLog-200429281 (PHI_ARG_DEF_PTR, PHI_ARG_DEF, SET_PHI_ARG_DEF, PHI_ARG_DEF_FROM_EDGE,