Home
last modified time | relevance | path

Searched refs:gimple_build_debug_source_bind (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-param-manipulation.cc2371 def_temp = gimple_build_debug_source_bind (vexpr, decl, NULL); in reset_debug_stmts()
2413 def_temp = gimple_build_debug_source_bind (copy, decl, in reset_debug_stmts()
Dtree-inline.cc216 def_temp = gimple_build_debug_source_bind (vexpr, val, NULL); in remap_ssa_name()
1839 gdebug *copy = gimple_build_debug_source_bind in remap_gimple_stmt()
2930 new_stmt = gimple_build_debug_source_bind (var, value, stmt); in maybe_move_debug_stmts_to_successors()
6491 def_temp = gimple_build_debug_source_bind (vexpr, parm, NULL); in tree_function_versioning()
Domp-simd-clone.cc914 stmt = gimple_build_debug_source_bind (vexpr, repl, NULL); in ipa_simd_modify_stmt_ops()
Dtree-into-ssa.cc1290 def_temp = gimple_build_debug_source_bind (def, var, NULL); in rewrite_debug_stmt_uses()
Dgimple.cc855 gimple_build_debug_source_bind (tree var, tree value, in gimple_build_debug_source_bind() function
Dgimple.h1554 gdebug *gimple_build_debug_source_bind (tree, tree, gimple * CXX_MEM_STAT_INFO);
DChangeLog-201120883 (gimple_build_debug_source_bind): Define.