GCC Middle and Back End API Reference
cgraph_node_set_def Struct Reference

#include <cgraph.h>

Collaboration diagram for cgraph_node_set_def:

Data Fields

hash_map< cgraph_node *, size_t > * map
 
vec< cgraph_node * > nodes
 

Detailed Description

A cgraph node set is a collection of cgraph nodes.  A cgraph node
can appear in multiple sets.   

Field Documentation

◆ map

hash_map<cgraph_node *, size_t>* cgraph_node_set_def::map

◆ nodes

vec<cgraph_node *> cgraph_node_set_def::nodes

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