|
GCC Middle and Back End API Reference
|

Data Fields | |
| tree | base_expr |
| slsr_cand_t | cand |
| struct cand_chain_d * | next |
Pointers to candidates are chained together as part of a mapping from base expressions to the candidates that use them.
| tree cand_chain_d::base_expr |
Base expression for the chain of candidates: often, but not
always, an SSA name.
| slsr_cand_t cand_chain_d::cand |
Pointer to a candidate.
| struct cand_chain_d* cand_chain_d::next |
Chain pointer.