| 
    GCC Middle and Back End API Reference
    
   | 
 
#include <tree-ssa-operands.h>

Data Fields | |
| struct ssa_operand_memory_d * | operand_memory | 
| unsigned | operand_memory_index | 
| unsigned int | ssa_operand_mem_size | 
| bool | ops_active | 
| struct use_optype_d * | free_uses | 
Per-function operand caches.
| struct use_optype_d* ssa_operands::free_uses | 
Referenced by finalize_ssa_uses(), and init_ssa_operands().
| struct ssa_operand_memory_d* ssa_operands::operand_memory | 
Referenced by init_ssa_operands().
| unsigned ssa_operands::operand_memory_index | 
| bool ssa_operands::ops_active | 
| unsigned int ssa_operands::ssa_operand_mem_size | 
Current size of the operand memory buffer.