GCC Middle and Back End API Reference
|
Data Fields | |
struct access * | lacc |
struct access * | racc |
struct assign_link * | next |
A structure linking lhs and rhs accesses from an aggregate assignment. They are used to propagate subaccesses from rhs to lhs as long as they don't conflict with what is already there.
struct access* assign_link::lacc |
Referenced by build_accesses_from_assign(), and propagate_all_subaccesses().
struct assign_link* assign_link::next |
Referenced by add_link_to_rhs(), propagate_all_subaccesses(), and relink_to_new_repr().
struct access * assign_link::racc |
Referenced by add_link_to_rhs(), and build_accesses_from_assign().