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

Data Fields

gimplestmt
 
vec< data_reference_pdatarefs
 
bool has_mem_write
 
bool has_mem_reads
 

Detailed Description

A Reduced Dependence Graph (RDG) vertex representing a statement.   

Field Documentation

◆ datarefs

vec<data_reference_p> rdg_vertex::datarefs

◆ has_mem_reads

bool rdg_vertex::has_mem_reads

◆ has_mem_write

bool rdg_vertex::has_mem_write

◆ stmt

gimple* rdg_vertex::stmt

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