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

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 248 || !speculation_consistent_p (speculative_outer_type,
387 || !speculation_consistent_p (speculative_outer_type,
419 || !speculation_consistent_p (speculative_outer_type,
1856 ipa_polymorphic_call_context::speculation_consistent_p (tree spec_outer_type, function in class:ipa_polymorphic_call_context
1925 if (!speculation_consistent_p (new_outer_type, new_offset,
2026 || !speculation_consistent_p (speculative_outer_type,
2032 if (!speculation_consistent_p (new_outer_type, new_offset,
2400 && speculation_consistent_p (speculative_outer_type, speculative_offset,
2415 && x.speculation_consistent_p (x.speculative_outer_type,
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 248 || !speculation_consistent_p (speculative_outer_type,
387 || !speculation_consistent_p (speculative_outer_type,
419 || !speculation_consistent_p (speculative_outer_type,
1857 ipa_polymorphic_call_context::speculation_consistent_p (tree spec_outer_type, function in class:ipa_polymorphic_call_context
1926 if (!speculation_consistent_p (new_outer_type, new_offset,
2027 || !speculation_consistent_p (speculative_outer_type,
2033 if (!speculation_consistent_p (new_outer_type, new_offset,
2401 && speculation_consistent_p (speculative_outer_type, speculative_offset,
2416 && x.speculation_consistent_p (x.speculative_outer_type,

Completed in 35 milliseconds