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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 594 class value_topo_info class
604 value_topo_info () : values_topo (NULL), stack (NULL), dfs_counter (0) function in class:value_topo_info
625 value_topo_info<tree> constants;
626 value_topo_info<ipa_polymorphic_call_context> contexts;
3742 value_topo_info<valtype>::add_val (ipcp_value<valtype> *cur_val)
3921 value_topo_info<valtype>::propagate_effects ()
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 839 class value_topo_info class
849 value_topo_info () : values_topo (NULL), stack (NULL), dfs_counter (0) function in class:value_topo_info
870 value_topo_info<tree> constants;
871 value_topo_info<ipa_polymorphic_call_context> contexts;
3733 value_topo_info<valtype>::add_val (ipcp_value<valtype> *cur_val)
3912 value_topo_info<valtype>::propagate_effects ()

Completed in 36 milliseconds