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

◆ temp

tree gimple_temp_hash_elt::temp

◆ val

tree gimple_temp_hash_elt::val

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