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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3407 unsigned int try_size = MAX_STORE_BITSIZE, nonmasked; local
3486 for (nonmasked = try_size / BITS_PER_UNIT; nonmasked > 0; --nonmasked)
3487 if (group->mask[try_pos - bytepos + nonmasked - 1]
3490 || group->val[try_pos - bytepos + nonmasked - 1] != 0))
3492 if (nonmasked == 0 || (info && gimple_clobber_p (info->stmt)))
3501 nonmasked *= BITS_PER_UNIT;
3502 while (nonmasked <= try_size / 2)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc3744 unsigned int try_size = MAX_STORE_BITSIZE, nonmasked; local
3823 for (nonmasked = try_size / BITS_PER_UNIT; nonmasked > 0; --nonmasked)
3824 if (group->mask[try_pos - bytepos + nonmasked - 1]
3827 || group->val[try_pos - bytepos + nonmasked - 1] != 0))
3829 if (nonmasked == 0 || (info && gimple_clobber_p (info->stmt)))
3838 nonmasked *= BITS_PER_UNIT;
3839 while (nonmasked <= try_size / 2)

Completed in 193 milliseconds