HomeSort by: relevance | last modified time | path
    Searched defs:byte_maxsize (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc 3734 poly_int64 at, byte_maxsize; local
3739 || !multiple_p (maxsize, BITS_PER_UNIT, &byte_maxsize))
3828 if (!ranges_maybe_overlap_p (lhs_offset, copy_size, at, byte_maxsize))
3831 if (!known_subrange_p (at, byte_maxsize, lhs_offset, copy_size))
tree-ssa-sccvn.cc 3734 poly_int64 at, byte_maxsize; local
3739 || !multiple_p (maxsize, BITS_PER_UNIT, &byte_maxsize))
3828 if (!ranges_maybe_overlap_p (lhs_offset, copy_size, at, byte_maxsize))
3831 if (!known_subrange_p (at, byte_maxsize, lhs_offset, copy_size))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 3486 poly_int64 at, byte_maxsize; local
3491 || !multiple_p (maxsize, BITS_PER_UNIT, &byte_maxsize))
3580 if (!ranges_maybe_overlap_p (lhs_offset, copy_size, at, byte_maxsize))
3583 if (!known_subrange_p (at, byte_maxsize, lhs_offset, copy_size))
tree-ssa-sccvn.cc 3486 poly_int64 at, byte_maxsize; local
3491 || !multiple_p (maxsize, BITS_PER_UNIT, &byte_maxsize))
3580 if (!ranges_maybe_overlap_p (lhs_offset, copy_size, at, byte_maxsize))
3583 if (!known_subrange_p (at, byte_maxsize, lhs_offset, copy_size))

Completed in 127 milliseconds