GCC Middle and Back End API Reference
ssa_use_operand_t Struct Reference

#include <tree-core.h>

Collaboration diagram for ssa_use_operand_t:

Data Fields

struct ssa_use_operand_tprev
 
struct ssa_use_operand_tnext
 
union { 
 
   gimple *   stmt 
 
   tree   ssa_name 
 
loc 
 
treeuse
 

Detailed Description

Immediate use linking structure.  This structure is used for maintaining
a doubly linked list of uses of an SSA_NAME.   

Field Documentation

◆ [union]

◆ next

◆ prev

◆ ssa_name

tree ssa_use_operand_t::ssa_name

◆ stmt

◆ use


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