Searched refs:def_temp (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c832 gimple *def_temp = gimple_build_debug_bind (ddecl, local
834 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
1846 gdebug *def_temp; local
1871 def_temp = gimple_build_debug_source_bind (vexpr, decl, NULL);
1875 gsi_insert_before (gsip, def_temp, GSI_SAME_STMT);
1914 def_temp = gimple_build_debug_bind (copy, vexpr, NULL);
1916 def_temp = gimple_build_debug_source_bind (copy, decl,
1918 gsi_insert_before (gsip, def_temp, GSI_SAME_STMT);
H A Dtree-ssa.c436 gdebug *def_temp; local
439 def_temp = gimple_build_debug_bind (vexpr,
451 gsi_insert_before (gsi, def_temp, GSI_SAME_STMT);
455 gsi_insert_before (&ngsi, def_temp, GSI_SAME_STMT);
H A Dipa-split.c1478 gimple *def_temp; local
1493 def_temp
1495 gsi_insert_after (&gsi, def_temp, GSI_NEW_STMT);
H A Dtree-inline.c217 gimple *def_temp; local
233 def_temp = gimple_build_debug_source_bind (vexpr, val, NULL);
238 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
6507 gimple *def_temp;
6523 def_temp = gimple_build_debug_bind (var, vexpr, NULL);
6524 gsi_insert_before (&cgsi, def_temp, GSI_NEW_STMT);
6525 def_temp = gimple_build_debug_source_bind (vexpr, parm, NULL);
6526 gsi_insert_before (&cgsi, def_temp, GSI_NEW_STMT);
6506 gimple *def_temp; local
H A Dtree-into-ssa.c1289 gimple *def_temp; local
1291 def_temp = gimple_build_debug_source_bind (def, var, NULL);
1297 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
H A Dcfgexpand.c4187 gimple *def_temp = gimple_build_debug_bind (vexpr, use, g); local
4192 gsi_insert_after (&gsi, def_temp, GSI_NEW_STMT);
4193 avoid_deep_ter_for_debug (def_temp, 0);
H A Dtree-ssa-reassoc.c1196 gdebug *def_temp local
1204 gimple_set_uid (def_temp, gimple_uid (stmt));
1206 gsi_insert_after (&gsi, def_temp, GSI_SAME_STMT);
H A Dtree-ssa-loop-ivopts.c7689 gdebug *def_temp local
7699 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc931 gimple *def_temp = gimple_build_debug_bind (ddecl, local
933 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
2296 gdebug *def_temp; local
2323 def_temp = gimple_build_debug_source_bind (vexpr, decl, NULL);
2324 gsi_insert_before (gsip, def_temp, GSI_SAME_STMT);
2363 def_temp = gimple_build_debug_bind (copy, vexpr, NULL);
2365 def_temp = gimple_build_debug_source_bind (copy, decl,
2367 gsi_insert_before (gsip, def_temp, GSI_SAME_STMT);
H A Dtree-ssa.cc436 gdebug *def_temp; local
439 def_temp = gimple_build_debug_bind (vexpr,
450 gsi_insert_before (gsi, def_temp, GSI_SAME_STMT);
454 gsi_insert_before (&ngsi, def_temp, GSI_SAME_STMT);
H A Dipa-split.cc1497 gimple *def_temp; local
1512 def_temp
1514 gsi_insert_after (&gsi, def_temp, GSI_NEW_STMT);
H A Dtree-inline.cc196 gimple *def_temp; local
215 def_temp = gimple_build_debug_source_bind (vexpr, val, NULL);
217 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
6460 gimple *def_temp;
6483 def_temp = gimple_build_debug_bind (var, vexpr, NULL);
6484 gsi_insert_before (&cgsi, def_temp, GSI_NEW_STMT);
6485 def_temp = gimple_build_debug_source_bind (vexpr, parm, NULL);
6486 gsi_insert_before (&cgsi, def_temp, GSI_NEW_STMT);
6459 gimple *def_temp; local
H A Dtree-into-ssa.cc1286 gimple *def_temp; local
1290 def_temp = gimple_build_debug_source_bind (def, var, NULL);
1293 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
H A Dcfgexpand.cc4340 gimple *def_temp = gimple_build_debug_bind (vexpr, use, g); local
4342 gsi_insert_after (&gsi, def_temp, GSI_NEW_STMT);
4343 avoid_deep_ter_for_debug (def_temp, 0);
H A Dtree-ssa-reassoc.cc1263 gdebug *def_temp local
1268 gimple_set_uid (def_temp, gimple_uid (stmt));
1270 gsi_insert_after (&gsi, def_temp, GSI_SAME_STMT);
H A Dtree-ssa-loop-ivopts.cc7821 gdebug *def_temp local
7831 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);

Completed in 601 milliseconds