GCC Middle and Back End API Reference
|
Data Fields | |
odr_type | type |
HOST_WIDE_INT | otr_token |
vec< cgraph_node * > | targets |
Cache of queries for polymorphic call targets. Enumerating all call targets may get expensive when there are many polymorphic calls in the program, so we memoize all the previous queries and avoid duplicated work.
HOST_WIDE_INT polymorphic_call_target_d::otr_token |
vec<cgraph_node *> polymorphic_call_target_d::targets |
Referenced by possible_polymorphic_call_targets(), and polymorphic_call_target_hasher::remove().
odr_type polymorphic_call_target_d::type |