Go to the source code of this file.
Typedef Documentation
The type of an alias set. Code currently assumes that variables of
this type can take the values 0 (the alias set which aliases
everything) and -1 (sometimes indicating that the alias set is
unknown, sometimes indicating a memory barrier) and -2 (indicating
that the alias set should be set to a unique value but has not been
set yet).
Function Documentation
bool alias_ptr_types_compatible_p |
( |
tree |
, |
|
|
tree |
|
|
) |
| |
We now lower VA_ARG_EXPR, and there's currently no way to attach the
varargs alias set to an INDIRECT_REF (FIXME!), so we can't
consistently use the varargs alias set for loads from the varargs
area. So don't use it anywhere.
int objects_must_conflict_p |
( |
tree |
, |
|
|
tree |
|
|
) |
| |
void record_component_aliases |
( |
tree |
| ) |
|