#include <tree-data-ref.h>
Public Member Functions | |
| VEC (tree, heap)*access_fns | |
Data Fields | |
| tree | base_address |
| tree | offset |
| tree | init |
| tree | step |
Example 1 Example 2 data-ref a[j].b[i][j] a + x + 16B (a is int*)
First location info: base_address &a a offset j_0*D_j + i_0*D_i + C_a x init C_b 16 step D_j 4 access_fn NULL {16, +, 1}
Base object info: base_object a NULL access_fn <access_fns of="" indexes="" of="" b>=""> NULL
Definition at line 46 of file tree-data-ref.h.
|
||||||||||||
|
|
|
|
Definition at line 48 of file tree-data-ref.h. |
|
|
Definition at line 50 of file tree-data-ref.h. |
|
|
Definition at line 49 of file tree-data-ref.h. |
|
|
Definition at line 51 of file tree-data-ref.h. |
1.4.6