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

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 1852 /* See if speculation given by SPEC_OUTER_TYPE, SPEC_OFFSET and SPEC_MAYBE_DERIVED_TYPE
1857 HOST_WIDE_INT spec_offset,
1886 && !contains_type_p (spec_outer_type, spec_offset, otr_type, false, true))
1892 if (contains_type_p (outer_type, offset - spec_offset,
1902 spec_offset - offset,
2340 HOST_WIDE_INT spec_offset = offset; local
2353 combine_speculation_with (spec_outer_type, spec_offset,
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 1853 /* See if speculation given by SPEC_OUTER_TYPE, SPEC_OFFSET and SPEC_MAYBE_DERIVED_TYPE
1858 HOST_WIDE_INT spec_offset,
1887 && !contains_type_p (spec_outer_type, spec_offset, otr_type, false, true))
1893 if (contains_type_p (outer_type, offset - spec_offset,
1903 spec_offset - offset,
2341 HOST_WIDE_INT spec_offset = offset; local
2354 combine_speculation_with (spec_outer_type, spec_offset,

Completed in 26 milliseconds