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

/haiku-buildtools/gcc/gcc/
H A Dipa-split.c1499 gimple def_temp; local
1516 def_temp = gimple_build_debug_bind (ddecl, unshare_expr (arg),
1518 gsi_insert_after (&gsi, def_temp, GSI_NEW_STMT);
1533 gimple def_temp; local
1552 def_temp = gimple_build_debug_source_bind (vexpr, parm,
1554 gsi_insert_before (&cgsi, def_temp, GSI_SAME_STMT);
1555 def_temp = gimple_build_debug_bind (var, vexpr, NULL);
1556 gsi_insert_before (&cgsi, def_temp, GSI_SAME_STMT);
H A Dtree-ssa.c453 gdebug *def_temp; local
456 def_temp = gimple_build_debug_bind (vexpr,
468 gsi_insert_before (gsi, def_temp, GSI_SAME_STMT);
472 gsi_insert_before (&ngsi, def_temp, GSI_SAME_STMT);
H A Dtree-sra.c4818 gdebug *def_temp; local
4845 def_temp = gimple_build_debug_source_bind (vexpr, adj->base,
4850 gsi_insert_before (gsip, def_temp, GSI_SAME_STMT);
4889 def_temp = gimple_build_debug_bind (copy, vexpr, NULL);
4891 def_temp = gimple_build_debug_source_bind (copy, adj->base,
4893 gsi_insert_before (gsip, def_temp, GSI_SAME_STMT);
H A Dtree-into-ssa.c1280 gimple def_temp; local
1282 def_temp = gimple_build_debug_source_bind (def, var, NULL);
1288 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
H A Dipa-prop.c4062 gimple def_temp; local
4090 def_temp = gimple_build_debug_bind (ddecl, unshare_expr (arg), stmt);
4091 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
H A Dtree-inline.c244 gimple def_temp; local
256 def_temp = gimple_build_debug_source_bind (vexpr, val, NULL);
261 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);
H A Dcfgexpand.c3840 gimple def_temp = gimple_build_debug_bind (vexpr, use, g); local
3845 gsi_insert_after (&gsi, def_temp, GSI_NEW_STMT);
3846 avoid_deep_ter_for_debug (def_temp, 0);
H A Dtree-ssa-loop-ivopts.c6826 gdebug *def_temp local
6836 gsi_insert_before (&gsi, def_temp, GSI_SAME_STMT);

Completed in 149 milliseconds