GCC Middle and Back End API Reference
value_topo_info< valtype > Class Template Reference
Inheritance diagram for value_topo_info< valtype >:

Public Member Functions

 value_topo_info ()
 
void add_val (ipcp_value< valtype > *cur_val)
 
void propagate_effects ()
 

Data Fields

ipcp_value< valtype > * values_topo
 
ipcp_value< valtype > * stack
 
int dfs_counter
 

Constructor & Destructor Documentation

◆ value_topo_info()

Member Function Documentation

◆ add_val()

template<typename valtype >
void value_topo_info< valtype >::add_val ( ipcp_value< valtype > * cur_val)

◆ propagate_effects()

Field Documentation

◆ dfs_counter

template<typename valtype >
int value_topo_info< valtype >::dfs_counter

◆ stack

◆ values_topo

template<typename valtype >
ipcp_value<valtype>* value_topo_info< valtype >::values_topo

The documentation for this class was generated from the following file: