GCC Middle and Back End API Reference
control_iv Struct Reference

#include <cfgloop.h>

Collaboration diagram for control_iv:

Data Fields

tree base
 
tree step
 
struct control_ivnext
 

Detailed Description

The structure describing non-overflow control induction variable for
loop's exit edge.   

Field Documentation

◆ base

tree control_iv::base

◆ next

struct control_iv* control_iv::next

◆ step

tree control_iv::step

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