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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h311 typedef struct ipa_node_params ipa_node_params_t; typedef in typeref:struct:ipa_node_params
314 DEF_VEC_O (ipa_node_params_t); variable
315 DEF_VEC_ALLOC_O (ipa_node_params_t, heap);
320 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector;
326 #define IPA_NODE_REF(NODE) (VEC_index (ipa_node_params_t, \
352 ipa_node_params_vector = VEC_alloc (ipa_node_params_t, heap,
355 if (VEC_length (ipa_node_params_t, ipa_node_params_vector)
357 VEC_safe_grow_cleared (ipa_node_params_t, heap,
H A Dipa-prop.c40 VEC (ipa_node_params_t, heap) *ipa_node_params_vector;
1229 VEC_iterate (ipa_node_params_t, ipa_node_params_vector, i, info);
1233 VEC_free (ipa_node_params_t, heap, ipa_node_params_vector);

Completed in 78 milliseconds