GCC Middle and Back End API Reference
sese_info_t Class Reference

#include <sese.h>

Collaboration diagram for sese_info_t:

Data Fields

sese_l region
 
bitmap liveout
 
bitmap debug_liveout
 
vec< treeparams
 
hash_map< tree, tree > * rename_map
 
vec< basic_blockbbs
 
ifsese if_region
 

Detailed Description

A helper structure for bookkeeping information about a scop in graphite.   

Field Documentation

◆ bbs

vec<basic_block> sese_info_t::bbs

◆ debug_liveout

bitmap sese_info_t::debug_liveout

◆ if_region

ifsese sese_info_t::if_region

◆ liveout

bitmap sese_info_t::liveout

◆ params

vec<tree> sese_info_t::params

◆ region

sese_l sese_info_t::region

◆ rename_map

hash_map<tree, tree>* sese_info_t::rename_map

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