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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 1670 poly_int64 poffset, psize, pmax_size; local
1681 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size, &reverse);
1703 || !pmax_size.is_constant (&max_size))
tree-sra.cc 900 poly_int64 poffset, psize, pmax_size; local
904 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size,
937 || !pmax_size.is_constant (&max_size))
2411 poly_int64 poffset, psize, pmax_size; local
2414 &pmax_size, &reverse);
2418 || !pmax_size.is_constant (&max_size))
3747 poly_int64 poffset, psize, pmax_size; local
3758 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size,
3760 if (!known_size_p (pmax_size)
3761 || !pmax_size.is_constant (&max_size
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 1801 poly_int64 poffset, psize, pmax_size; local
1825 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size, &reverse);
1853 || !pmax_size.is_constant (&max_size))
2189 poly_int64 poffset, psize, pmax_size; local
2192 &psize, &pmax_size, &reverse);
tree-sra.cc 906 poly_int64 poffset, psize, pmax_size; local
910 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size,
943 || !pmax_size.is_constant (&max_size))
2712 poly_int64 poffset, psize, pmax_size; local
2715 &pmax_size, &reverse);
2719 || !pmax_size.is_constant (&max_size))
4047 poly_int64 poffset, psize, pmax_size; local
4058 base = get_ref_base_and_extent (expr, &poffset, &psize, &pmax_size,
4060 if (!known_size_p (pmax_size)
4061 || !pmax_size.is_constant (&max_size
    [all...]

Completed in 36 milliseconds