GCC Middle and Back End API Reference
|
#include <tree-data-ref.h>
Public Member Functions | |
dr_with_seg_len (data_reference_p d, tree len, unsigned HOST_WIDE_INT size, unsigned int a) | |
Data Fields | |
data_reference_p | dr |
tree | seg_len |
poly_uint64 | access_size |
unsigned int | align |
This struct is used to store the information of a data reference, including the data ref itself and the segment length for aliasing checks. This is used to merge alias checks.
|
inline |
poly_uint64 dr_with_seg_len::access_size |
unsigned int dr_with_seg_len::align |
data_reference_p dr_with_seg_len::dr |
tree dr_with_seg_len::seg_len |