Searched refs:SET_PHI_RESULT (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-phinodes.c | 223 SET_PHI_RESULT (phi, var); in make_phi_node() 225 SET_PHI_RESULT (phi, make_ssa_name (var, phi)); in make_phi_node()
|
H A D | tree-ssa-operands.h | 141 #define SET_PHI_RESULT(PHI, V) SET_DEF (PHI_RESULT_PTR (PHI), (V)) macro
|
H A D | tree-into-ssa.c | 1166 SET_PHI_RESULT (phi, new_lhs); in insert_phi_nodes_for()
|
H A D | tree-scalar-evolution.c | 3007 SET_PHI_RESULT (phi, NULL_TREE); in scev_const_prop()
|
H A D | tree-cfg.c | 1344 SET_PHI_RESULT (phi, NULL_TREE); in tree_merge_blocks() 4001 SET_PHI_RESULT (phi, make_ssa_name (SSA_NAME_VAR (var), phi)); in tree_make_forwarder_block()
|
H A D | lambda-code.c | 2483 SET_PHI_RESULT (phi_nodes (olddest), NULL); in perfect_nestify()
|
H A D | tree-ssa-loop-ivopts.c | 5344 SET_PHI_RESULT (stmt, NULL); in remove_statement()
|