GCC Middle and Back End API Reference
slpg_vertex Struct Reference
Collaboration diagram for slpg_vertex:

Public Member Functions

 slpg_vertex (slp_tree node_)
 

Data Fields

slp_tree node
 
int partition = -1
 
unsigned int out_degree = 0
 
sreal weight = 0
 
sreal out_weight = 0
 

Detailed Description

Information about one node in the SLP graph, for use during
vect_optimize_slp_pass.   

Constructor & Destructor Documentation

◆ slpg_vertex()

slpg_vertex::slpg_vertex ( slp_tree node_)
inline

Field Documentation

◆ node

slp_tree slpg_vertex::node

◆ out_degree

unsigned int slpg_vertex::out_degree = 0

◆ out_weight

sreal slpg_vertex::out_weight = 0

◆ partition

int slpg_vertex::partition = -1

◆ weight

sreal slpg_vertex::weight = 0

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