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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c377 int head_trim = 0; local
379 compute_trims (ref, live, &head_trim, &tail_trim, stmt);
382 with memset (object + head_trim, 0, size - head_trim - tail_trim). */
383 if (head_trim || tail_trim)
393 poly_int64 count = ref_bytes - head_trim - tail_trim;
409 build_int_cst (alias_type, head_trim));
471 int head_trim, tail_trim; local
476 compute_trims (ref, live, &head_trim, &tail_trim, stmt);
477 if (head_trim)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc533 int head_trim = 0; local
535 compute_trims (ref, live, &head_trim, &tail_trim, stmt);
538 with memset (object + head_trim, 0, size - head_trim - tail_trim). */
539 if (head_trim || tail_trim)
549 poly_int64 count = ref_bytes - head_trim - tail_trim;
565 build_int_cst (alias_type, head_trim));
627 int head_trim, tail_trim; local
632 compute_trims (ref, live, &head_trim, &tail_trim, stmt);
633 if (head_trim)
[all...]

Completed in 108 milliseconds