Searched refs:gimple_build_debug_bind (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-into-ssa.cc | 1036 gimple *note = gimple_build_debug_bind (tracked_var, in insert_phi_nodes_for() 1417 gimple *note = gimple_build_debug_bind (tracked_var, name, stmt); in rewrite_stmt() 1960 = gimple_build_debug_bind (tracked_var, def, in maybe_register_def() 1969 = gimple_build_debug_bind (tracked_var, def, stmt); in maybe_register_def()
|
| D | tree-sra.cc | 3645 ds = gimple_build_debug_bind (get_access_replacement (access), in generate_subtree_copies() 3691 = gimple_build_debug_bind (get_access_replacement (access), in init_subtree_with_zero() 3899 gdebug *ds = gimple_build_debug_bind (get_access_replacement (access), in sra_modify_expr() 4083 ds = gimple_build_debug_bind (get_access_replacement (lacc), in load_assign_lhs_subreplacements() 4367 gdebug *ds = gimple_build_debug_bind (dlhs, drhs, stmt); in sra_modify_assign()
|
| D | tree-ssa-phiopt.cc | 1494 gimple *g = gimple_build_debug_bind (temp, t, phi); in value_replacement() 2682 gimple *g = gimple_build_debug_bind (temp1, t, phi); in spaceship_replacement() 2687 g = gimple_build_debug_bind (temp2, t, phi); in spaceship_replacement() 2699 g = gimple_build_debug_bind (temp3, t, phi); in spaceship_replacement()
|
| D | tree-inline.cc | 1537 gdebug *bind = gimple_build_debug_bind (*dvar, *dval, stmt); in remap_gimple_stmt() 1830 gdebug *copy = gimple_build_debug_bind (var, value, stmt); in remap_gimple_stmt() 2921 new_stmt = gimple_build_debug_bind (var, value, stmt); in maybe_move_debug_stmts_to_successors() 2924 new_stmt = gimple_build_debug_bind (var, NULL_TREE, NULL); in maybe_move_debug_stmts_to_successors() 3398 note = gimple_build_debug_bind (tracked_var, in insert_init_debug_bind() 4724 gdebug *stmt = gimple_build_debug_bind (tvar, NULL_TREE, in reset_debug_binding() 6489 def_temp = gimple_build_debug_bind (var, vexpr, NULL); in tree_function_versioning()
|
| D | ipa-param-manipulation.cc | 988 gimple *def_temp = gimple_build_debug_bind (ddecl, in modify_call() 2411 def_temp = gimple_build_debug_bind (copy, vexpr, NULL); in reset_debug_stmts()
|
| D | sanopt.cc | 1213 g = gimple_build_debug_bind (arg, var, NULL); in sanitize_rewrite_addressable_params()
|
| D | tree-ssa-dce.cc | 1162 = gimple_build_debug_bind (lhs, unshare_expr (rhs), stmt); in remove_dead_stmt()
|
| D | ipa-split.cc | 1513 = gimple_build_debug_bind (ddecl, unshare_expr (arg), call); in split_function()
|
| D | tree-ssa.cc | 439 def_temp = gimple_build_debug_bind (vexpr, in insert_debug_temp_for_var_def()
|
| D | gimple.cc | 835 gimple_build_debug_bind (tree var, tree value, gimple *stmt MEM_STAT_DECL) in gimple_build_debug_bind() function
|
| D | tree-ssa-ccp.cc | 3844 g = gimple_build_debug_bind (temp, t, g); in optimize_atomic_bit_test_and()
|
| D | gimple.h | 1553 gdebug *gimple_build_debug_bind (tree, tree, gimple * CXX_MEM_STAT_INFO);
|
| D | cfgexpand.cc | 4366 gimple *def_temp = gimple_build_debug_bind (vexpr, use, g); in avoid_deep_ter_for_debug()
|
| D | tree-ssa-reassoc.cc | 1264 = gimple_build_debug_bind (new_debug_lhs, in make_new_ssa_for_def()
|
| D | tree-ssa-loop-ivopts.cc | 7837 = gimple_build_debug_bind (vexpr, comp, NULL); in remove_unused_ivs()
|
| D | tree-cfg.cc | 2145 gimple *dbg = gimple_build_debug_bind (label, in gimple_merge_blocks()
|
| D | ChangeLog-2017 | 3230 (gimple_build_debug_bind): Adjust. 22094 * gimple.h (gimple_build_debug_bind): Remove macro. 22357 gimple_build_debug_bind.
|
| D | ChangeLog-2009 | 11938 (gimple_build_debug_bind): Define.
|
| D | ChangeLog-2014 | 2179 gimple_build_cond_from_tree, gimple_build_debug_bind,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gimple.texi | 1543 @deftypefn {GIMPLE function} gdebug *gimple_build_debug_bind (tree var, @
|
| D | gccint.info | 14484 -- GIMPLE function: gdebug *gimple_build_debug_bind (tree var, tree 50575 * *gimple_build_debug_bind: GIMPLE_DEBUG. (line 6)
|