Home
last modified time | relevance | path

Searched refs:PHI_RESULT_PTR (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-operands.h139 #define PHI_RESULT_PTR(PHI) get_phi_result_ptr (PHI) macro
140 #define PHI_RESULT(PHI) DEF_FROM_PTR (PHI_RESULT_PTR (PHI))
141 #define SET_PHI_RESULT(PHI, V) SET_DEF (PHI_RESULT_PTR (PHI), (V))
H A Dtree-ssa-loop-manip.c148 create_new_def_for (PHI_RESULT (phi), phi, PHI_RESULT_PTR (phi)); in add_exit_phis_edge()
H A Dtree-flow-inline.h1301 return PHI_RESULT_PTR (phi); in op_iter_init_phidef()
H A Dtree-cfg.c4306 create_new_def_for (PHI_RESULT (copy), copy, PHI_RESULT_PTR (copy)); in tree_duplicate_bb()