Home
last modified time | relevance | path

Searched refs:trim_head (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-dse.c232 compute_trims (ao_ref *ref, sbitmap live, int *trim_head, int *trim_tail, in compute_trims() argument
254 *trim_head = (first_live - first_orig) & ~0x1; in compute_trims()
256 if ((*trim_head || *trim_tail) in compute_trims()
260 *trim_head, *trim_tail); in compute_trims()
276 int trim_head, trim_tail; in maybe_trim_complex_store() local
277 compute_trims (ref, live, &trim_head, &trim_tail, stmt); in maybe_trim_complex_store()
292 else if (known_ge (trim_head * 2 * BITS_PER_UNIT, ref->size)) in maybe_trim_complex_store()