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

/freebsd-10.3-release/contrib/gcc/
H A Dipa-prop.h128 bool *ipa_mod; member in struct:ipa_node
H A Dipa-prop.c155 return IPA_NODE_REF (mt)->ipa_mod[i];
177 ((struct ipa_node *) mt->aux)->ipa_mod =
185 IPA_NODE_REF (mt)->ipa_mod[i] = val;
241 the appropriate entry is updated in the ipa_mod array of ipa_node
268 /* Initialize ipa_mod array of MT. */
586 if (IPA_NODE_REF (node)->ipa_mod)
587 free (IPA_NODE_REF (node)->ipa_mod);

Completed in 41 milliseconds