GCC Middle and Back End API Reference
gimple_temp_hash_elt Struct Reference

#include <gimple.h>

Data Fields

tree val
tree temp

Detailed Description

   Formal (expression) temporary table handling: multiple occurrences of
   the same scalar expression are evaluated into the same temporary.  

Field Documentation

tree gimple_temp_hash_elt::temp

Referenced by create_tmp_from_val().

tree gimple_temp_hash_elt::val

Referenced by create_tmp_from_val().


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