GCC Middle and Back End API Reference
|
Data Fields | |
decl_or_value | dv |
rtx | value |
struct loc_exp_dep * | next |
struct loc_exp_dep ** | pprev |
A vector of loc_exp_dep holds the active dependencies of a one-part DV on VALUEs, i.e., the VALUEs expanded so as to form the current location of DV. Each entry is also part of VALUE' s linked-list of backlinks back to DV.
decl_or_value loc_exp_dep::dv |
struct loc_exp_dep* loc_exp_dep::next |
struct loc_exp_dep** loc_exp_dep::pprev |
rtx loc_exp_dep::value |
Referenced by loc_exp_insert_dep().