Searched refs:PHI_ARG_DEF_PTR (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | tree-ssa-operands.h | 143 #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)
|
| HD | tree-ssa-propagate.c | 1023 propagate_value (PHI_ARG_DEF_PTR (phi, i), val); in replace_phi_args_in()
|
| HD | tree-ssa-phiopt.c | 332 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new); in replace_phi_edge_with_variable()
|
| HD | tree-ssa.c | 319 use_operand_p op_p = PHI_ARG_DEF_PTR (phi, i); in verify_phi_args()
|
| HD | tree-flow-inline.h | 851 return PHI_ARG_DEF_PTR (ptr->phi_stmt, (ptr->phi_i)++); in op_iter_next_use()
|
| HD | tree-ssa-dom.c | 1247 orig_p = PHI_ARG_DEF_PTR (phi, indx); in cprop_into_successor_phis()
|
| HD | ChangeLog-2004 | 29281 (PHI_ARG_DEF_PTR, PHI_ARG_DEF, SET_PHI_ARG_DEF, PHI_ARG_DEF_FROM_EDGE,
|