Searched refs:rhs0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | tree-scalar-evolution.c | 1047 tree rhs0, rhs1; in follow_ssa_edge_in_rhs() local 1081 rhs0 = TREE_OPERAND (rhs, 0); in follow_ssa_edge_in_rhs() 1083 STRIP_TYPE_NOPS (rhs0); in follow_ssa_edge_in_rhs() 1086 if (TREE_CODE (rhs0) == SSA_NAME) in follow_ssa_edge_in_rhs() 1094 (loop, SSA_NAME_DEF_STMT (rhs0), halting_phi, in follow_ssa_edge_in_rhs() 1113 PLUS_EXPR, rhs0, at_stmt); in follow_ssa_edge_in_rhs() 1128 (loop, SSA_NAME_DEF_STMT (rhs0), halting_phi, in follow_ssa_edge_in_rhs() 1152 PLUS_EXPR, rhs0, at_stmt); in follow_ssa_edge_in_rhs() 1168 rhs0 = TREE_OPERAND (rhs, 0); in follow_ssa_edge_in_rhs() 1170 STRIP_TYPE_NOPS (rhs0); in follow_ssa_edge_in_rhs() [all …]
|