Searched refs:subexpr (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genmatch.c | 734 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {} in with_expr() 736 operand *subexpr; member 1271 || contains_id (w->subexpr, id)); in contains_id() 1312 nw->subexpr = replace_id (w->subexpr, id, with); in replace_id() 2213 bool res = (e->subexpr == result); in walk_result() 2215 || is_a <if_expr *> (e->subexpr) in walk_result() 2216 || is_a <with_expr *> (e->subexpr)) in walk_result() 2217 res |= walk_result (e->subexpr, false, result); in walk_result() 3148 gen_1 (f, indent, gimple, w->subexpr); in gen_1() 3573 return compare_op (with1->subexpr, s1, with2->subexpr, s2); in compare_op() [all …]
|