GCC Middle and Back End API Reference
induction Struct Reference

Data Fields

tree var
 
tree init_val
 
tree init_expr
 
tree step
 

Detailed Description

Structure recording loop induction variable.   

Field Documentation

◆ init_expr

tree induction::init_expr

◆ init_val

tree induction::init_val

◆ step

tree induction::step

◆ var

tree induction::var

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