GCC Middle and Back End API Reference
region Struct Reference

#include <sched-int.h>

Data Fields

int rgn_nr_blocks
int rgn_blocks
unsigned int dont_calc_deps: 1
unsigned int has_real_ebb: 1

Detailed Description

Types and functions in sched-rgn.c.   
A region is the main entity for interblock scheduling: insns
   are allowed to move between blocks in the same region, along
   control flow graph edges, in the 'up' direction.   

Field Documentation

unsigned int region::dont_calc_deps
unsigned int region::has_real_ebb
int region::rgn_blocks
int region::rgn_nr_blocks

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