Home
last modified time | relevance | path

Searched refs:speculation_consistent_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-polymorphic-call.c245 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
384 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
416 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
1853 ipa_polymorphic_call_context::speculation_consistent_p (tree spec_outer_type, in speculation_consistent_p() function
1922 if (!speculation_consistent_p (new_outer_type, new_offset, in combine_speculation_with()
2023 || !speculation_consistent_p (speculative_outer_type, in meet_speculation_with()
2029 if (!speculation_consistent_p (new_outer_type, new_offset, in meet_speculation_with()
2397 && speculation_consistent_p (speculative_outer_type, speculative_offset, in equal_to()
2412 && x.speculation_consistent_p (x.speculative_outer_type, in equal_to()
H A Dcgraph.h1691 bool speculation_consistent_p (tree, HOST_WIDE_INT, bool, tree) const; in class()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-polymorphic-call.cc248 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
387 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
419 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
1857 ipa_polymorphic_call_context::speculation_consistent_p (tree spec_outer_type, in speculation_consistent_p() function in ipa_polymorphic_call_context
1926 if (!speculation_consistent_p (new_outer_type, new_offset, in combine_speculation_with()
2027 || !speculation_consistent_p (speculative_outer_type, in meet_speculation_with()
2033 if (!speculation_consistent_p (new_outer_type, new_offset, in meet_speculation_with()
2401 && speculation_consistent_p (speculative_outer_type, speculative_offset, in equal_to()
2416 && x.speculation_consistent_p (x.speculative_outer_type, in equal_to()
H A Dcgraph.h1647 bool speculation_consistent_p (tree, HOST_WIDE_INT, bool, tree) const; in class()
H A DChangeLog-20147372 (ipa_polymorphic_call_context::speculation_consistent_p): Constify.
7380 meet_width, meet_speculation_with; constify speculation_consistent_p.
16510 use speculation_consistent_p to do so; Add CONSDER_BASES
16519 (ipa_polymorphic_call_context::speculation_consistent_p): New method.
16527 speculation_consistent_p methods.