HomeSort by: relevance | last modified time | path
    Searched refs:walk_tree (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/
gimple-walk.cc 126 ret = walk_tree (&TREE_VALUE (op), callback_op, wi, NULL);
147 ret = walk_tree (&TREE_VALUE (op), callback_op, wi, NULL);
162 ret = walk_tree (&TREE_VALUE (op), callback_op, wi, NULL);
174 CALLBACK_OP is called on each operand of STMT via walk_tree.
175 Additional parameters to walk_tree must be stored in WI. For each operand
176 OP, walk_tree is called as:
178 walk_tree (&OP, CALLBACK_OP, WI, WI->PSET)
183 The return value is that returned by the last call to walk_tree, or
212 ret = walk_tree (gimple_op_ptr (stmt, i), callback_op, wi,
231 ret = walk_tree (gimple_op_ptr (stmt, 0), callback_op, wi, pset)
    [all...]
tree-nested.cc 856 walk_tree (gimple_omp_for_index_ptr (for_stmt, i), callback_op,
860 walk_tree (gimple_omp_for_initial_ptr (for_stmt, i), callback_op,
865 walk_tree (gimple_omp_for_final_ptr (for_stmt, i), callback_op,
871 walk_tree (&TREE_OPERAND (t, 0), callback_op, &wi, NULL);
874 walk_tree (&TREE_OPERAND (t, 1), callback_op, &wi, NULL);
1232 walk_tree (&TREE_OPERAND (t, 0), convert_nonlocal_reference_op, wi, 0);
1270 walk_tree (&TREE_OPERAND (t, 2), convert_nonlocal_reference_op, wi,
1275 walk_tree (&TREE_OPERAND (t, 1), convert_nonlocal_reference_op,
1277 walk_tree (&TREE_OPERAND (t, 2), convert_nonlocal_reference_op,
1279 walk_tree (&TREE_OPERAND (t, 3), convert_nonlocal_reference_op
    [all...]
tree-inline.cc 396 walk_tree (&DECL_SIZE (t), copy_tree_body_r, id, NULL);
397 walk_tree (&DECL_SIZE_UNIT (t), copy_tree_body_r, id, NULL);
402 walk_tree (&DECL_FIELD_OFFSET (t), copy_tree_body_r, id, NULL);
404 walk_tree (&DECL_QUALIFIER (t), copy_tree_body_r, id, NULL);
497 walk_tree (&TYPE_MIN_VALUE (new_tree), copy_tree_body_r, id, NULL);
501 walk_tree (&TYPE_MAX_VALUE (new_tree), copy_tree_body_r, id, NULL);
515 walk_tree (&TYPE_ARG_TYPES (new_tree), copy_tree_body_r, id, NULL);
596 walk_tree (&TYPE_SIZE (new_tree), copy_tree_body_r, id, NULL);
597 walk_tree (&TYPE_SIZE_UNIT (new_tree), copy_tree_body_r, id, NULL);
603 /* Helper function for remap_type_2, called through walk_tree. *
    [all...]
tree-emutls.cc 480 && walk_tree (&TREE_OPERAND (t, 0), lower_emutls_2, NULL, NULL))
494 walk_tree (&TREE_OPERAND (t, 0), lower_emutls_1, wi, NULL);
603 walk_tree (&pd->def, lower_emutls_1, &wi, NULL);
ipa-free-lang-data.cc 715 /* Note that walk_tree does not traverse every possible field in
756 /* Note that walk_tree does not traverse every possible field in
845 /* walk_tree does not visit ce->index which can be a FIELD_DECL, pulling
876 walk_tree (&t, find_decls_types_r, fld, &fld->pset);
930 walk_tree (&c->type_list, find_decls_types_r, fld, &fld->pset);
938 walk_tree (&r->u.allowed.type_list, find_decls_types_r, fld, &fld->pset);
942 walk_tree (&r->u.must_not_throw.failure_decl,
tree-ssa-live.cc 332 /* Helper function for mark_all_vars_used, called via walk_tree. */
598 walk_tree (expr_p, mark_all_vars_used_1, NULL, NULL);
601 /* Helper function for clear_unused_block_pointer, called via walk_tree. */
622 walk_tree (&val, clear_unused_block_pointer_1, NULL, NULL);
680 walk_tree (gimple_op_ptr (stmt, i), clear_unused_block_pointer_1,
cgraphbuild.cc 44 Called via walk_tree: TP is pointer to tree to be examined.
398 walk_tree (&DECL_INITIAL (decl), record_reference,
multiple_target.cc 140 walk_tree (&DECL_INITIAL (ref->referring->decl),
ipa-visibility.cc 375 /* walk_tree callback that rewrites initializer references. */
871 walk_tree (&DECL_INITIAL (vnode->decl),
tree-ssa-ter.cc 544 /* Helper function for find_ssaname_in_stores. Called via walk_tree to
565 return walk_tree (&t, find_ssaname, data, NULL) != NULL_TREE;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-walk.cc 116 ret = walk_tree (&TREE_VALUE (op), callback_op, wi, NULL);
137 ret = walk_tree (&TREE_VALUE (op), callback_op, wi, NULL);
152 ret = walk_tree (&TREE_VALUE (op), callback_op, wi, NULL);
164 CALLBACK_OP is called on each operand of STMT via walk_tree.
165 Additional parameters to walk_tree must be stored in WI. For each operand
166 OP, walk_tree is called as:
168 walk_tree (&OP, CALLBACK_OP, WI, WI->PSET)
173 The return value is that returned by the last call to walk_tree, or
202 ret = walk_tree (gimple_op_ptr (stmt, i), callback_op, wi,
221 ret = walk_tree (gimple_op_ptr (stmt, 0), callback_op, wi, pset)
    [all...]
tree-nested.cc 848 walk_tree (gimple_omp_for_index_ptr (for_stmt, i), callback_op,
852 walk_tree (gimple_omp_for_initial_ptr (for_stmt, i), callback_op,
857 walk_tree (gimple_omp_for_final_ptr (for_stmt, i), callback_op,
863 walk_tree (&TREE_OPERAND (t, 0), callback_op, &wi, NULL);
866 walk_tree (&TREE_OPERAND (t, 1), callback_op, &wi, NULL);
1224 walk_tree (&TREE_OPERAND (t, 0), convert_nonlocal_reference_op, wi, 0);
1262 walk_tree (&TREE_OPERAND (t, 2), convert_nonlocal_reference_op, wi,
1267 walk_tree (&TREE_OPERAND (t, 1), convert_nonlocal_reference_op,
1269 walk_tree (&TREE_OPERAND (t, 2), convert_nonlocal_reference_op,
1271 walk_tree (&TREE_OPERAND (t, 3), convert_nonlocal_reference_op
    [all...]
tree-inline.cc 398 walk_tree (&DECL_SIZE (t), copy_tree_body_r, id, NULL);
399 walk_tree (&DECL_SIZE_UNIT (t), copy_tree_body_r, id, NULL);
404 walk_tree (&DECL_FIELD_OFFSET (t), copy_tree_body_r, id, NULL);
406 walk_tree (&DECL_QUALIFIER (t), copy_tree_body_r, id, NULL);
499 walk_tree (&TYPE_MIN_VALUE (new_tree), copy_tree_body_r, id, NULL);
503 walk_tree (&TYPE_MAX_VALUE (new_tree), copy_tree_body_r, id, NULL);
517 walk_tree (&TYPE_ARG_TYPES (new_tree), copy_tree_body_r, id, NULL);
598 walk_tree (&TYPE_SIZE (new_tree), copy_tree_body_r, id, NULL);
599 walk_tree (&TYPE_SIZE_UNIT (new_tree), copy_tree_body_r, id, NULL);
605 /* Helper function for remap_type_2, called through walk_tree. *
    [all...]
tree-emutls.cc 479 && walk_tree (&TREE_OPERAND (t, 0), lower_emutls_2, NULL, NULL))
493 walk_tree (&TREE_OPERAND (t, 0), lower_emutls_1, wi, NULL);
602 walk_tree (&pd->def, lower_emutls_1, &wi, NULL);
ipa-free-lang-data.cc 715 /* Note that walk_tree does not traverse every possible field in
756 /* Note that walk_tree does not traverse every possible field in
845 /* walk_tree does not visit ce->index which can be a FIELD_DECL, pulling
876 walk_tree (&t, find_decls_types_r, fld, &fld->pset);
930 walk_tree (&c->type_list, find_decls_types_r, fld, &fld->pset);
938 walk_tree (&r->u.allowed.type_list, find_decls_types_r, fld, &fld->pset);
942 walk_tree (&r->u.must_not_throw.failure_decl,
cgraphbuild.cc 43 Called via walk_tree: TP is pointer to tree to be examined.
386 walk_tree (&DECL_INITIAL (decl), record_reference,
multiple_target.cc 144 walk_tree (&DECL_INITIAL (ref->referring->decl),
ipa-visibility.cc 374 /* walk_tree callback that rewrites initializer references. */
868 walk_tree (&DECL_INITIAL (vnode->decl),
tree-ssa-ter.cc 544 /* Helper function for find_ssaname_in_stores. Called via walk_tree to
565 return walk_tree (&t, find_ssaname, data, NULL) != NULL_TREE;
tree-ssa-live.cc 329 /* Helper function for mark_all_vars_used, called via walk_tree. */
595 walk_tree (expr_p, mark_all_vars_used_1, NULL, NULL);
598 /* Helper function for clear_unused_block_pointer, called via walk_tree. */
661 walk_tree (gimple_op_ptr (stmt, i), clear_unused_block_pointer_1,
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 74 /* Since walk_tree doesn't call the callback function on the decls
82 walk_tree (&DECL_INITIAL (decl), ubsan_walk_array_refs_r, pset,
84 walk_tree (&DECL_SIZE (decl), ubsan_walk_array_refs_r, pset, pset);
85 walk_tree (&DECL_SIZE_UNIT (decl), ubsan_walk_array_refs_r, pset,
88 walk_tree (&BIND_EXPR_BODY (*tp), ubsan_walk_array_refs_r, pset, pset);
101 walk_tree (&TREE_OPERAND (aref, 0), ubsan_walk_array_refs_r, pset, pset);
102 walk_tree (&TREE_OPERAND (aref, 1), ubsan_walk_array_refs_r, pset, pset);
103 walk_tree (&TREE_OPERAND (aref, 2), ubsan_walk_array_refs_r, pset, pset);
104 walk_tree (&TREE_OPERAND (aref, 3), ubsan_walk_array_refs_r, pset, pset);
117 walk_tree (&TREE_OPERAND (*tp, 1), ubsan_walk_array_refs_r, pset, pset)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 77 /* Since walk_tree doesn't call the callback function on the decls
85 walk_tree (&DECL_INITIAL (decl), ubsan_walk_array_refs_r, pset,
87 walk_tree (&DECL_SIZE (decl), ubsan_walk_array_refs_r, pset, pset);
88 walk_tree (&DECL_SIZE_UNIT (decl), ubsan_walk_array_refs_r, pset,
91 walk_tree (&BIND_EXPR_BODY (*tp), ubsan_walk_array_refs_r, pset, pset);
104 walk_tree (&TREE_OPERAND (aref, 0), ubsan_walk_array_refs_r, pset, pset);
105 walk_tree (&TREE_OPERAND (aref, 1), ubsan_walk_array_refs_r, pset, pset);
106 walk_tree (&TREE_OPERAND (aref, 2), ubsan_walk_array_refs_r, pset, pset);
107 walk_tree (&TREE_OPERAND (aref, 3), ubsan_walk_array_refs_r, pset, pset);
120 walk_tree (&TREE_OPERAND (*tp, 1), ubsan_walk_array_refs_r, pset, pset)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
optimize.cc 80 walk_tree (&expr, copy_tree_body_r, id, NULL);
113 walk_tree (&stmts, copy_tree_body_r, &id, NULL);
125 walk_tree (&DECL_INITIAL (decl), copy_tree_body_r, &id, NULL);
contracts.cc 1056 walk_tree (&CONTRACT_CONDITION (contract), copy_tree_body_r, &id, NULL);
1101 walk_tree (expr, remap_dummy_this_1, fn, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
optimize.cc 79 walk_tree (&expr, copy_tree_body_r, id, NULL);
112 walk_tree (&stmts, copy_tree_body_r, &id, NULL);
124 walk_tree (&DECL_INITIAL (decl), copy_tree_body_r, &id, NULL);

Completed in 53 milliseconds

1 2 3 4