Home | History | Annotate | Download | only in include

Lines Matching refs:tree

0 /* Tree SCC value numbering
25 extern tree VN_TOP;
39 tree result;
40 tree type;
41 tree op[4];
56 VEC (tree, heap) *phiargs;
58 tree result;
71 tree type;
72 tree op0;
73 tree op1;
74 tree op2;
95 VEC (tree, gc) *vuses;
97 tree result;
105 tree constant;
112 vn_hash_constant_with_type (tree constant)
114 tree type = TREE_TYPE (constant);
125 vn_constant_eq_with_type (tree c1, tree c2)
134 tree valnum;
136 tree expr;
162 extern vn_ssa_aux_t VN_INFO (tree);
163 extern vn_ssa_aux_t VN_INFO_GET (tree);
164 tree vn_get_expr_for (tree);
167 tree vn_nary_op_lookup (tree, vn_nary_op_t *);
168 tree vn_nary_op_lookup_stmt (gimple, vn_nary_op_t *);
169 tree vn_nary_op_lookup_pieces (unsigned int, enum tree_code,
170 tree, tree, tree, tree, tree,
172 vn_nary_op_t vn_nary_op_insert (tree, tree);
173 vn_nary_op_t vn_nary_op_insert_stmt (gimple, tree);
175 tree, tree, tree, tree,
176 tree, tree, unsigned int);
177 void copy_reference_ops_from_ref (tree, VEC(vn_reference_op_s, heap) **);
179 tree vn_reference_lookup_pieces (VEC (tree, gc) *,
182 tree vn_reference_lookup (tree, VEC (tree, gc) *, bool, vn_reference_t *);
183 vn_reference_t vn_reference_insert (tree, tree, VEC (tree, gc) *);
184 vn_reference_t vn_reference_insert_pieces (VEC (tree, gc) *,
186 tree, unsigned int);
195 unsigned int get_constant_value_id (tree);
196 unsigned int get_or_alloc_constant_value_id (tree);
198 VEC (tree, gc) *shared_vuses_from_stmt (gimple);