Searched refs:processing_debug_stmt (Results 1 – 4 of 4) sorted by relevance
179 static int processing_debug_stmt = 0; variable201 gcc_assert (processing_debug_stmt); in remap_ssa_name()202 processing_debug_stmt = -1; in remap_ssa_name()209 if (processing_debug_stmt) in remap_ssa_name()227 processing_debug_stmt = -1; in remap_ssa_name()243 processing_debug_stmt = -1; in remap_ssa_name()369 if (!n && processing_debug_stmt) in remap_decl()371 processing_debug_stmt = -1; in remap_decl()1020 if (clique == 0 || processing_debug_stmt) in remap_dependence_clique()3189 processing_debug_stmt = 1; in copy_debug_stmt()[all …]
160 static int processing_debug_stmt = 0; variable182 gcc_assert (processing_debug_stmt); in remap_ssa_name()183 processing_debug_stmt = -1; in remap_ssa_name()190 if (processing_debug_stmt) in remap_ssa_name()207 processing_debug_stmt = -1; in remap_ssa_name()223 processing_debug_stmt = -1; in remap_ssa_name()349 if (!n && processing_debug_stmt) in remap_decl()351 processing_debug_stmt = -1; in remap_decl()997 if (clique == 0 || processing_debug_stmt) in remap_dependence_clique()3225 processing_debug_stmt = 1; in copy_debug_stmt()[all …]
40216 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.40217 (remap_ssa_name): If processing_debug_stmt and name wasn't found in40218 decl_map, set processing_debug_stmt to -1 and return name without
11677 (processing_debug_stmt): New.