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

/freebsd-10.0-release/contrib/gcc/
H A Dipa-prop.h106 to ipa_node/ipa_edge struct. */
108 #define IPA_EDGE_REF(EDGE) ((struct ipa_edge *)(EDGE)->aux)
114 ipa_edge stores information related to a callsite and
140 struct ipa_edge struct
189 /* ipa_node and ipa_edge interfaces. */
H A Dipa-prop.c43 handles ipa_edge structure associated with it.
409 ipa_edge structure corresponding to this callsite. */
428 in the ipa_edge corresponding to this callsite. (Explanation
531 /* Allocate and initialize ipa_edge structure. */
540 cs->aux = xcalloc (1, sizeof (struct ipa_edge));
556 /* Free ipa_edge structure. */
571 /* Free ipa data structures of ipa_node and ipa_edge. */

Completed in 103 milliseconds