GCC Middle and Back End API Reference
niter_desc Class Reference

#include <cfgloop.h>

Collaboration diagram for niter_desc:

Data Fields

edge out_edge
 
edge in_edge
 
bool simple_p
 
bool const_iter
 
uint64_t niter
 
rtx assumptions
 
rtx noloop_assumptions
 
rtx infinite
 
bool signed_p
 
scalar_int_mode mode
 
rtx niter_expr
 

Detailed Description

The description of an exit from the loop and of the number of iterations
till we take the exit.   

Field Documentation

◆ assumptions

◆ const_iter

◆ in_edge

◆ infinite

◆ mode

◆ niter

◆ niter_expr

◆ noloop_assumptions

◆ out_edge

◆ signed_p

bool niter_desc::signed_p

◆ simple_p


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