GCC Middle and Back End API Reference
slpg_partition_info Struct Reference

Data Fields

unsigned int node_begin = 0
 
unsigned int node_end = 0
 
int layout = -1
 
unsigned int in_degree = 0
 
unsigned int out_degree = 0
 

Detailed Description

Information about one partition of the SLP graph, for use during
vect_optimize_slp_pass.   

Field Documentation

◆ in_degree

unsigned int slpg_partition_info::in_degree = 0

◆ layout

int slpg_partition_info::layout = -1

◆ node_begin

unsigned int slpg_partition_info::node_begin = 0

◆ node_end

unsigned int slpg_partition_info::node_end = 0

◆ out_degree

unsigned int slpg_partition_info::out_degree = 0

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