Searched refs:walk_tree_without_duplicates (Results 1 – 21 of 21) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | tree-ssa-alias-warnings.c | 659 return walk_tree_without_duplicates (&expr, ffan_walker, NULL); in find_first_artificial_name() 727 return (walk_tree_without_duplicates (&t, contains_node_type_p_callback, in contains_node_type_p()
|
| D | tree-inline.c | 1470 ret = walk_tree_without_duplicates (bsi_stmt_ptr (bsi), in inline_forbidden_p() 1873 walk_tree_without_duplicates (&expr, estimate_num_insns_1, &num); in estimate_num_insns() 2529 walk_tree_without_duplicates (&expr, mark_local_for_remap_r, &id); in unsave_expr_now() 2554 return walk_tree_without_duplicates (&top, debug_find_tree_1, search) != 0; in debug_find_tree()
|
| D | tree-mudflap.c | 1120 walk_tree_without_duplicates (&fnbody, mx_xfn_xform_decls, &d); in mf_xform_decls()
|
| D | tree-ssa-alias.c | 3278 walk_tree_without_duplicates (bsi_stmt_ptr (bsi), in create_structure_vars()
|
| D | tree.c | 7433 result = walk_tree_without_duplicates (&TREE_TYPE (type), in walk_type_fields() 7766 walk_tree_without_duplicates (tree *tp, walk_tree_fn func, void *data) in walk_tree_without_duplicates() function
|
| D | tree.h | 4649 extern tree walk_tree_without_duplicates (tree*, walk_tree_fn, void*);
|
| D | tree-ssa-structalias.c | 4126 walk_tree_without_duplicates (&DECL_INITIAL (decl), in create_variable_info_for()
|
| D | function.c | 3201 walk_tree_without_duplicates (&data.passed_type, in gimplify_parameters()
|
| D | ChangeLog.tree-ssa | 4479 * tree-inline.h (walk_tree, walk_tree_without_duplicates): Move 4481 * tree.h (walk_tree, walk_tree_without_duplicates): ... here.
|
| D | ChangeLog-2003 | 9544 * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates. 14950 walk_tree_without_duplicates, instead of walk_tree. 23274 favor of walk_tree_without_duplicates. Add comments.
|
| D | ChangeLog-2004 | 8656 (walk_tree_without_duplicates): Convert from htab_t to pointer_set_t. 33902 walk_tree_without_duplicates): Move to tree.h. 34063 walk_tree_without_duplicates, in_gimple_form): Declare.
|
| D | ChangeLog-2001 | 9326 (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
|
| D | ChangeLog-2005 | 28532 walk_tree_without_duplicates): Move from here...
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | except.c | 772 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0); in build_throw()
|
| D | tree.c | 1030 walk_tree_without_duplicates (&t, count_trees_r, &n_trees); in count_trees()
|
| D | decl2.c | 1571 walk_tree_without_duplicates (&type, min_vis_r, &vis); in type_visibility()
|
| D | semantics.c | 3298 walk_tree_without_duplicates (&DECL_SAVED_TREE (fn), in expand_or_defer_fn()
|
| D | ChangeLog-2001 | 797 (walk_tree_without_duplicates): Likewise. 808 (walk_tree_without_duplicates, copy_tree_r): Likewise. 3859 (for_each_template_parm): Do not use walk_tree_without_duplicates.
|
| D | ChangeLog-2000 | 1377 (walk_tree_without_duplicates): New function. 1382 (calls_setjmp_p): Use walk_tree_without_duplicates. 1384 (for_each_template_parm): Use walk_tree_without_duplicates. 1388 (walk_tree_without_duplicates): New function. 1391 (find_tree): Use walk_tree_without_duplicates.
|
| D | decl.c | 9423 var = walk_tree_without_duplicates (&arg, local_variable_p_walkfn, in check_default_argument()
|
| D | ChangeLog-2004 | 3478 (no_linkage_check): Don't use walk_tree_without_duplicates.
|