GCC Middle and Back End API Reference
data_reference Struct Reference

#include <tree-data-ref.h>

Collaboration diagram for data_reference:

Data Fields

gimplestmt
 
tree ref
 
voidaux
 
bool is_read
 
bool is_conditional_in_stmt
 
struct dr_alias alias
 
struct innermost_loop_behavior innermost
 
struct indices indices
 
struct indices alt_indices
 

Field Documentation

◆ alias

struct dr_alias data_reference::alias

◆ alt_indices

struct indices data_reference::alt_indices

Referenced by free_data_ref().

◆ aux

◆ indices

◆ innermost

struct innermost_loop_behavior data_reference::innermost

Referenced by get_dr_vinfo_offset().

◆ is_conditional_in_stmt

bool data_reference::is_conditional_in_stmt

Referenced by create_data_ref().

◆ is_read

bool data_reference::is_read

Referenced by create_data_ref().

◆ ref

◆ stmt


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