Searched refs:ipa_node (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dipa-prop.h106 to ipa_node/ipa_edge struct. */
107 #define IPA_NODE_REF(MT) ((struct ipa_node *)(MT)->aux)
110 /* ipa_node stores information related to a method and
117 struct ipa_node struct
189 /* ipa_node and ipa_edge interfaces. */
H A Dipa-prop.c46 handles ipa_node structure associated with it. */
177 ((struct ipa_node *) mt->aux)->ipa_mod =
223 ipa_node. */
241 the appropriate entry is updated in the ipa_mod array of ipa_node
512 /* Allocate and initialize ipa_node structure.
513 cgraph_node NODE points to the new allocated ipa_node. */
517 node->aux = xcalloc (1, sizeof (struct ipa_node));
520 /* Allocate and initialize ipa_node structure for all
543 /* Free ipa_node structure. */
571 /* Free ipa data structures of ipa_node an
[all...]

Completed in 164 milliseconds