HomeSort by: relevance | last modified time | path
    Searched defs:ipa_node_params_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 1067 class GTY((user)) ipa_node_params_t: public function_summary <ipa_node_params *>
1070 ipa_node_params_t (symbol_table *table, bool ggc): function
1106 extern GTY(()) ipa_node_params_t * ipa_node_params_sum;
1157 = (new (ggc_alloc_no_dtor <ipa_node_params_t> ())
1158 ipa_node_params_t (symtab, true));
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 1029 class GTY((user)) ipa_node_params_t: public function_summary <ipa_node_params *>
1032 ipa_node_params_t (symbol_table *table, bool ggc): function
1068 extern GTY(()) ipa_node_params_t * ipa_node_params_sum;
1119 = (new (ggc_alloc_no_dtor <ipa_node_params_t> ())
1120 ipa_node_params_t (symtab, true));

Completed in 28 milliseconds