GCC Middle and Back End API Reference
|
Data Fields | |
struct cgraph_node ** | order |
struct cgraph_node ** | stack |
int | nnodes |
int | stack_top |
sbitmap | visited |
vec< unsigned > | topo_order |
Arrays representing a topological ordering of call graph nodes and a stack of noes used during constant propagation.
Information needed to compute the topological ordering of a graph.
int topo_info::nnodes |
Referenced by build_toporder_info(), ipcp_decision_stage(), and propagate_constants_topo().
struct cgraph_node** topo_info::order |
Referenced by build_toporder_info(), free_toporder_info(), ipcp_decision_stage(), and propagate_constants_topo().
struct cgraph_node** topo_info::stack |
Referenced by build_toporder_info(), free_toporder_info(), pop_node_from_stack(), and push_node_to_stack().
int topo_info::stack_top |
Referenced by build_toporder_info(), pop_node_from_stack(), and push_node_to_stack().
vec<unsigned> topo_info::topo_order |
Referenced by free_topo_info(), init_topo_info(), solve_graph(), and topo_visit().
sbitmap topo_info::visited |
Referenced by compute_topo_order(), free_topo_info(), init_topo_info(), and topo_visit().