GCC Middle and Back End API Reference
ssa_operand_iterator_d Struct Reference

#include <tree-ssa-operands.h>

Collaboration diagram for ssa_operand_iterator_d:

Data Fields

enum ssa_op_iter_type iter_type
bool done
int flags
unsigned i
unsigned numops
use_optype_p uses
gimple stmt

Detailed Description

This structure is used in the operand iterator loops.  It contains the
   items required to determine which operand is retrieved next.  During
   optimization, this structure is scalarized, and any unused fields are
   optimized away, resulting in little overhead.   

Field Documentation

unsigned ssa_operand_iterator_d::i

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