Searched refs:gimple_build_debug_source_bind (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-param-manipulation.cc | 2371 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()
|
| D | tree-inline.cc | 216 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()
|
| D | omp-simd-clone.cc | 914 stmt = gimple_build_debug_source_bind (vexpr, repl, NULL); in ipa_simd_modify_stmt_ops()
|
| D | tree-into-ssa.cc | 1290 def_temp = gimple_build_debug_source_bind (def, var, NULL); in rewrite_debug_stmt_uses()
|
| D | gimple.cc | 855 gimple_build_debug_source_bind (tree var, tree value, in gimple_build_debug_source_bind() function
|
| D | gimple.h | 1554 gdebug *gimple_build_debug_source_bind (tree, tree, gimple * CXX_MEM_STAT_INFO);
|
| D | ChangeLog-2011 | 20883 (gimple_build_debug_source_bind): Define.
|