GCC Middle and Back End API Reference
cand_chain_d Struct Reference
Collaboration diagram for cand_chain_d:

Data Fields

tree base_expr
slsr_cand_t cand
struct cand_chain_dnext

Detailed Description

Pointers to candidates are chained together as part of a mapping from base expressions to the candidates that use them.


Field Documentation

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.


The documentation for this struct was generated from the following file: