Home
last modified time | relevance | path

Searched refs:gimple_build_debug_bind (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-into-ssa.cc1036 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()
Dtree-sra.cc3645 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()
Dtree-ssa-phiopt.cc1494 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()
Dtree-inline.cc1537 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()
Dipa-param-manipulation.cc988 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()
Dsanopt.cc1213 g = gimple_build_debug_bind (arg, var, NULL); in sanitize_rewrite_addressable_params()
Dtree-ssa-dce.cc1162 = gimple_build_debug_bind (lhs, unshare_expr (rhs), stmt); in remove_dead_stmt()
Dipa-split.cc1513 = gimple_build_debug_bind (ddecl, unshare_expr (arg), call); in split_function()
Dtree-ssa.cc439 def_temp = gimple_build_debug_bind (vexpr, in insert_debug_temp_for_var_def()
Dgimple.cc835 gimple_build_debug_bind (tree var, tree value, gimple *stmt MEM_STAT_DECL) in gimple_build_debug_bind() function
Dtree-ssa-ccp.cc3844 g = gimple_build_debug_bind (temp, t, g); in optimize_atomic_bit_test_and()
Dgimple.h1553 gdebug *gimple_build_debug_bind (tree, tree, gimple * CXX_MEM_STAT_INFO);
Dcfgexpand.cc4366 gimple *def_temp = gimple_build_debug_bind (vexpr, use, g); in avoid_deep_ter_for_debug()
Dtree-ssa-reassoc.cc1264 = gimple_build_debug_bind (new_debug_lhs, in make_new_ssa_for_def()
Dtree-ssa-loop-ivopts.cc7837 = gimple_build_debug_bind (vexpr, comp, NULL); in remove_unused_ivs()
Dtree-cfg.cc2145 gimple *dbg = gimple_build_debug_bind (label, in gimple_merge_blocks()
DChangeLog-20173230 (gimple_build_debug_bind): Adjust.
22094 * gimple.h (gimple_build_debug_bind): Remove macro.
22357 gimple_build_debug_bind.
DChangeLog-200911938 (gimple_build_debug_bind): Define.
DChangeLog-20142179 gimple_build_cond_from_tree, gimple_build_debug_bind,
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgimple.texi1543 @deftypefn {GIMPLE function} gdebug *gimple_build_debug_bind (tree var, @
Dgccint.info14484 -- GIMPLE function: gdebug *gimple_build_debug_bind (tree var, tree
50575 * *gimple_build_debug_bind: GIMPLE_DEBUG. (line 6)