Home
last modified time | relevance | path

Searched refs:walk_tree (Results 1 – 25 of 43) sorted by relevance

12

/trueos/contrib/gcc/
HDtree-nested.c571 walk_tree (&TREE_VALUE (link), wi->callback, wi, NULL); in walk_asm_expr()
583 walk_tree (&TREE_VALUE (link), wi->callback, wi, NULL); in walk_asm_expr()
619 walk_tree (&COND_EXPR_COND (t), wi->callback, wi, NULL); in walk_stmts()
660 walk_tree (&TREE_OPERAND (t, 1), wi->callback, wi, NULL); in walk_stmts()
666 walk_tree (&TREE_OPERAND (t, 0), wi->callback, wi, NULL); in walk_stmts()
678 walk_tree (tp, wi->callback, wi, NULL); in walk_stmts()
1021 walk_tree (&TREE_OPERAND (t, 0), convert_nonlocal_reference, wi, NULL); in convert_nonlocal_reference()
1058 walk_tree (&TREE_OPERAND (t, 2), convert_nonlocal_reference, wi, in convert_nonlocal_reference()
1063 walk_tree (&TREE_OPERAND (t, 1), convert_nonlocal_reference, wi, in convert_nonlocal_reference()
1065 walk_tree (&TREE_OPERAND (t, 2), convert_nonlocal_reference, wi, in convert_nonlocal_reference()
[all …]
HDtree-inline.c179 walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); in remap_decl()
180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); in remap_decl()
185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); in remap_decl()
187 walk_tree (&DECL_QUALIFIER (t), copy_body_r, id, NULL); in remap_decl()
272 walk_tree (&TYPE_MIN_VALUE (new), copy_body_r, id, NULL); in remap_type_1()
276 walk_tree (&TYPE_MAX_VALUE (new), copy_body_r, id, NULL); in remap_type_1()
281 walk_tree (&TYPE_ARG_TYPES (new), copy_body_r, id, NULL); in remap_type_1()
312 walk_tree (&TYPE_SIZE (new), copy_body_r, id, NULL); in remap_type_1()
313 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NULL); in remap_type_1()
663 walk_tree (&TREE_OPERAND (*tp, 0), copy_body_r, id, NULL); in copy_body_r()
[all …]
HDtree-dfa.c107 walk_tree (stmt_p, find_vars_r, NULL, NULL); in find_referenced_vars()
526 walk_tree (bsi_stmt_ptr (i), collect_dfa_stats_r, (void *) dfa_stats_p, in collect_dfa_stats()
732 walk_tree (&DECL_INITIAL (var), find_vars_r, NULL, 0); in add_referenced_var()
850 walk_tree (stmt_p, find_new_referenced_vars_1, NULL, NULL); in find_new_referenced_vars()
HDipa-reference.c493 walk_tree (&DECL_INITIAL (t), scan_for_static_refs, fn, visited_nodes); in scan_for_static_refs()
780 walk_tree (&DECL_INITIAL (global), scan_for_static_refs, in analyze_variable()
816 walk_tree (bsi_stmt_ptr (bsi), scan_for_static_refs, in analyze_function()
833 walk_tree (&DECL_INITIAL (var), scan_for_static_refs, in analyze_function()
HDtree-browser.c492 res = walk_tree (&head, find_node_with_code, &code, NULL); in browse_tree()
840 walk_tree (&node, store_child_info, NULL, NULL); in TB_update_up()
845 walk_tree (&DECL_SAVED_TREE (node), store_child_info, NULL, NULL); in TB_update_up()
HDtree-ssa-ccp.c1979 t = walk_tree (&TREE_OPERAND (expr, 0), fold_stmt_r, data, NULL); in fold_stmt_r()
2003 t = walk_tree (&TREE_OPERAND (expr, 0), fold_stmt_r, data, NULL); in fold_stmt_r()
2017 t = walk_tree (&TREE_OPERAND (expr, 0), fold_stmt_r, data, NULL); in fold_stmt_r()
2020 t = walk_tree (&TREE_OPERAND (expr, 1), fold_stmt_r, data, NULL); in fold_stmt_r()
2029 t = walk_tree (&TREE_OPERAND (expr, 0), fold_stmt_r, data, NULL); in fold_stmt_r()
2375 if (walk_tree (stmt_p, fold_stmt_r, &fold_stmt_r_data, NULL)) in fold_stmt()
2464 walk_tree (&stmt, fold_stmt_r, &fold_stmt_r_data, NULL); in fold_stmt_inplace()
HDcgraphunit.c297 walk_tree (&DECL_INITIAL (decl), record_reference, NULL, visited_nodes); in cgraph_varpool_analyze_pending_decls()
606 walk_tree (&TREE_OPERAND (call, 1), in cgraph_create_edges()
609 walk_tree (&TREE_OPERAND (stmt, 0), in cgraph_create_edges()
613 walk_tree (bsi_stmt_ptr (bsi), record_reference, node, visited_nodes); in cgraph_create_edges()
627 walk_tree (&DECL_INITIAL (decl), record_reference, node, visited_nodes); in cgraph_create_edges()
HDipa-pure-const.c411 walk_tree (&DECL_INITIAL (t), scan_function, fn, visited_nodes); in scan_function()
550 walk_tree (bsi_stmt_ptr (bsi), scan_function, in analyze_function()
HDtree-nrv.c214 walk_tree (tp, finalize_nrv_r, &data, 0); in tree_nrv()
HDipa-type-escape.c1183 walk_tree (&DECL_INITIAL (t), scan_for_refs, fn, visited_nodes); in scan_for_refs()
1354 walk_tree (&DECL_INITIAL (global), scan_for_refs, NULL, visited_nodes); in analyze_variable()
1377 walk_tree (bsi_stmt_ptr (bsi), scan_for_refs, in analyze_function()
1394 walk_tree (&DECL_INITIAL (var), scan_for_refs, in analyze_function()
HDtree-stdarg.c775 || walk_tree (&phi, find_va_list_reference, in execute_optimize_stdarg()
859 || walk_tree (&stmt, find_va_list_reference, in execute_optimize_stdarg()
HDomp-low.c657 walk_tree (&ve, copy_body_r, &ctx->cb, NULL); in fixup_remapped_decl()
4522 walk_tree (&OMP_CLAUSES (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4536 walk_tree (&OMP_FOR_CLAUSES (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4539 walk_tree (&OMP_FOR_INIT (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4540 walk_tree (&OMP_FOR_COND (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4541 walk_tree (&OMP_FOR_INCR (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4576 walk_tree (&OMP_CLAUSES (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
4588 walk_tree (&OMP_FOR_CLAUSES (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
4590 walk_tree (&OMP_FOR_INIT (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
4591 walk_tree (&OMP_FOR_COND (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
[all …]
HDgimplify.c407 if (walk_tree (&t, find_single_pointer_decl_1, &decl, NULL)) in find_single_pointer_decl()
860 walk_tree (tp, mostly_copy_tree_r, NULL, NULL); in copy_if_shared_r()
892 walk_tree (body_p, copy_if_shared_r, NULL, NULL); in unshare_body()
905 walk_tree (body_p, unmark_visited_r, NULL, NULL); in unvisit_body()
916 walk_tree (&t, copy_if_shared_r, NULL, NULL); in unshare_all_trees()
917 walk_tree (&t, unmark_visited_r, NULL, NULL); in unshare_all_trees()
927 walk_tree (&expr, mostly_copy_tree_r, NULL, NULL); in unshare_expr()
1268 walk_tree (&init, force_labels_r, NULL, NULL); in gimplify_decl_expr()
2721 if (!walk_tree (expr_p, gimplify_init_ctor_preeval_1, data, NULL)) in gimplify_init_ctor_preeval()
2988 walk_tree (&DECL_INITIAL (object), force_labels_r, NULL, NULL); in gimplify_init_constructor()
[all …]
HDtree-ssa-dse.c208 return (walk_tree (&TREE_OPERAND (store1, 0), memory_ssa_name_same, in memory_address_same()
HDtree-ssa-alias-warnings.c570 walk_tree (bsi_stmt_ptr (i), find_references_in_tree_helper, in find_references_in_function()
HDtree-cfg.c3492 addr = walk_tree (&stmt, verify_expr, NULL, NULL); in verify_stmt()
3624 addr = walk_tree (&t, verify_expr, (void *) 1, NULL); in verify_stmts()
3631 addr = walk_tree (&t, verify_node_sharing, htab, NULL); in verify_stmts()
3654 addr = walk_tree (&stmt, verify_node_sharing, htab, NULL); in verify_stmts()
4627 walk_tree (&OMP_BODY (t), move_stmt_r, p, NULL); in move_stmt_r()
4743 walk_tree (&stmt, move_stmt_r, &d, NULL); in move_block_to_fn()
HDtree-sra.c816 gcc_assert (!walk_tree (&inner, sra_find_candidate_decl, NULL, NULL)); in sra_walk_expr()
2205 walk_tree (tsi_stmt_ptr (tsi), mark_notrap, NULL, NULL); in scalarize_ldst()
HDtree-ssa.c1256 walk_tree (bsi_stmt_ptr (bsi), warn_uninitialized_var, in execute_early_warn_uninitialized()
HDtree-ssa-loop-ivopts.c2056 walk_tree (&step, find_depends, &cand->depends_on, NULL); in add_candidate_1()
2516 walk_tree (&expr, prepare_decl_rtl, &regno, NULL); in computation_cost()
3699 walk_tree (&expr, find_depends, depends_on, NULL); in force_var_cost()
3732 walk_tree (&addr, find_depends, depends_on, NULL); in split_address_cost()
4228 walk_tree (&op, find_depends, &depends_on, NULL); in determine_use_iv_cost_condition()
HDtree-ssa-alias.c853 walk_tree (&lhs, count_ptr_derefs, &count, NULL); in count_uses_and_derefs()
863 walk_tree (&rhs, count_ptr_derefs, &count, NULL); in count_uses_and_derefs()
HDcfgexpand.c1579 walk_tree (bsi_stmt_ptr (bsi), discover_nonconstant_array_refs_r, in discover_nonconstant_array_refs()
/trueos/contrib/gcc/cp/
HDtree.c1067 walk_tree (&t, verify_stmt_tree_r, &statements, NULL); in verify_stmt_tree()
1269 walk_tree (&t, bot_manip, target_remap, NULL); in break_out_target_exprs()
1270 walk_tree (&t, bot_replace, target_remap, NULL); in break_out_target_exprs()
1990 result = walk_tree (&(NODE), func, data, pset); \ in cp_walk_subtrees()
HDcp-gimplify.c790 walk_tree (&DECL_SAVED_TREE (fndecl), cp_genericize_r, p_set, NULL); in cp_genericize()
HDChangeLog-2000245 * tree.c (walk_tree): Likewise.
696 * tree.c (walk_tree): Handle VECTOR_TYPE.
709 * tree.c (walk_tree): Don't walk into default args.
1362 * tree.c (walk_tree): Expose tail recursion.
1376 (walk_tree): Change prototype.
1379 * optimize.c (remap_decl): Adjust calls to walk_tree.
1387 * tree.c (walk_tree): Add additional parameter.
1390 (verify_stmt_tree): Adjust call to walk_tree.
1393 (break_out_target_exprs): Adjust call to walk_tree.
1443 (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
[all …]
HDChangeLog-2001655 * tree.c (walk_tree): Likewise.
796 * tree.c (walk_tree): Moved to ../tree-inline.c.
807 (walk_tree): Moved declaration to ../tree-inline.h.
833 (walk_tree): Move language-specific constructs into...
1151 * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
2080 * tree.c (walk_tree): Reformat an if block.
2193 walk_tree.
3560 * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of

12