Searched refs:PHI_RESULT_PTR (Results 1 – 4 of 4) sorted by relevance
75 #define PHI_RESULT_PTR(PHI) gimple_phi_result_ptr (PHI) macro76 #define PHI_RESULT(PHI) DEF_FROM_PTR (PHI_RESULT_PTR (PHI))77 #define SET_PHI_RESULT(PHI, V) SET_DEF (PHI_RESULT_PTR (PHI), (V))
836 return PHI_RESULT_PTR (phi); in op_iter_init_phidef()
5225 * tree-ssa-operands.h (PHI_RESULT_PTR): Call
29279 (PHI_RESULT_PTR, PHI_RESULT, SET_PHI_RESULT): Macros to manage the