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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc372 compute_trims (ao_ref *ref, sbitmap live, int *trim_head, int *trim_tail, argument
409 *trim_head = first_live - first_orig;
415 if ((*trim_head || *trim_tail)
428 if (*trim_head)
437 *trim_head &= mask;
462 if ((*trim_head || *trim_tail)
466 *trim_head, *trim_tail);
482 int trim_head, trim_tail; local
483 compute_trims (ref, live, &trim_head, &trim_tail, stmt);
498 else if (known_ge (trim_head *
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c262 compute_trims (ao_ref *ref, sbitmap live, int *trim_head, int *trim_tail, argument
299 *trim_head = first_live - first_orig;
304 *trim_head &= ~(UNITS_PER_WORD - 1);
306 if ((*trim_head || *trim_tail)
310 *trim_head, *trim_tail);
326 int trim_head, trim_tail; local
327 compute_trims (ref, live, &trim_head, &trim_tail, stmt);
342 else if (known_ge (trim_head * 2 * BITS_PER_UNIT, ref->size))

Completed in 129 milliseconds