Searched refs:clobber_stmt (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-ccp.c1947 gassign *clobber_stmt; local
1959 clobber_stmt = gimple_build_assign (var, clobber);
1962 gsi_insert_before (&i, clobber_stmt, GSI_SAME_STMT);
H A Dgimplify.c1185 gimple clobber_stmt;
1187 clobber_stmt = gimple_build_assign (t, clobber);
1188 gimple_set_location (clobber_stmt, end_locus);
1189 gimplify_seq_add_stmt (&cleanup, clobber_stmt);
1183 gimple clobber_stmt; local

Completed in 204 milliseconds