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

Public Member Functions

 instantiate_cache_type ()
 ~instantiate_cache_type ()
tree get (unsigned slot)
void set (unsigned slot, tree chrec)

Data Fields

htab_t map
vec< scev_info_strentries

Detailed Description

   Hashtable helpers for a temporary hash-table used when
   instantiating a CHREC or resolving mixers.  For this use
   instantiated_below is always the same.  

Constructor & Destructor Documentation

instantiate_cache_type::instantiate_cache_type ( )
inline
instantiate_cache_type::~instantiate_cache_type ( )

Member Function Documentation

tree instantiate_cache_type::get ( unsigned  slot)
inline
void instantiate_cache_type::set ( unsigned  slot,
tree  chrec 
)
inline

Field Documentation

vec<scev_info_str> instantiate_cache_type::entries
htab_t instantiate_cache_type::map

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