GCC Middle and Back End API Reference
scev_info_str Struct Reference

Data Fields

unsigned int name_version
int instantiated_below
tree chrec

Detailed Description

   The cached information about an SSA name with version NAME_VERSION,
   claiming that below basic block with index INSTANTIATED_BELOW, the
   value of the SSA name can be expressed as CHREC.  

Field Documentation

tree scev_info_str::chrec
int scev_info_str::instantiated_below

Referenced by del_scev_info(), and hash_scev_info().

unsigned int scev_info_str::name_version

Referenced by del_scev_info(), and hash_scev_info().


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