Searched refs:remap_gimple_op_r (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-inline.c | 776 remap_gimple_op_r (tree *tp, int *walk_subtrees, void *data) in remap_gimple_op_r() function 869 walk_tree (&ptr, remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 911 walk_tree (&TREE_OPERAND (*tp, 0), remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1512 walk_tree (gimple_op_ptr (copy, 1), remap_gimple_op_r, &wi, NULL); in remap_gimple_stmt() 1514 walk_gimple_op (copy, remap_gimple_op_r, &wi); in remap_gimple_stmt() 2385 walk_tree (&t, remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 2393 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 2403 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 5287 walk_tree (&cfun->nonlocal_goto_save_area, remap_gimple_op_r, &wi, NULL); in tree_function_versioning()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-inline.c | 881 remap_gimple_op_r (tree *tp, int *walk_subtrees, void *data) in remap_gimple_op_r() function 974 walk_tree (&ptr, remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1017 walk_tree (&TREE_OPERAND (*tp, 0), remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1386 walk_gimple_op (bndcopy, remap_gimple_op_r, &wi); in remap_gimple_stmt() 1765 walk_tree (gimple_op_ptr (copy, 1), remap_gimple_op_r, &wi, NULL); in remap_gimple_stmt() 1767 walk_gimple_op (copy, remap_gimple_op_r, &wi); in remap_gimple_stmt() 2891 walk_tree (&t, remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 2899 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 2934 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 6098 walk_tree (&cfun->nonlocal_goto_save_area, remap_gimple_op_r, &wi, NULL); in tree_function_versioning()
|