GCC Middle and Back End API Reference
pass_array_bounds Class Reference
Inheritance diagram for pass_array_bounds:
Collaboration diagram for pass_array_bounds:

Public Member Functions

 pass_array_bounds (gcc::context *ctxt, const pass_data &data_)
 
opt_passclone () final override
 
bool gate (function *) final override
 
unsigned int execute (function *fun) final override
 
virtual void set_pass_param (unsigned int, bool)
 

Data Fields

opt_passsub
 
opt_passnext
 
int static_pass_number
 
enum opt_pass_type type
 
const char * name
 
optgroup_flags_t optinfo_flags
 
timevar_id_t tv_id
 
unsigned int properties_required
 
unsigned int properties_provided
 
unsigned int properties_destroyed
 
unsigned int todo_flags_start
 
unsigned int todo_flags_finish
 

Protected Attributes

gcc::contextm_ctxt
 

Private Attributes

const pass_datadata
 

Constructor & Destructor Documentation

◆ pass_array_bounds()

pass_array_bounds::pass_array_bounds ( gcc::context * ctxt,
const pass_data & data_ )
inline

Referenced by clone().

Member Function Documentation

◆ clone()

opt_pass * pass_array_bounds::clone ( )
inlinefinaloverridevirtual
Most passes are single-instance (within their context) and thus don't
need to implement cloning, but passes that support multiple instances
*must* provide their own implementation of the clone method.

Handle this by providing a default implemenation, but make it a fatal
error to call it.   

Reimplemented from opt_pass.

References opt_pass::m_ctxt, and pass_array_bounds().

◆ execute()

unsigned int pass_array_bounds::execute ( function * fun)
inlinefinaloverridevirtual

◆ gate()

bool pass_array_bounds::gate ( function * )
inlinefinaloverridevirtual

Reimplemented from opt_pass.

◆ set_pass_param()

void opt_pass::set_pass_param ( unsigned int ,
bool  )
virtualinherited

Reimplemented in pass_walloca.

References internal_error(), and pass_data::name.

Field Documentation

◆ data

const pass_data& pass_array_bounds::data
private

◆ m_ctxt

gcc::context* opt_pass::m_ctxt
protectedinherited

Referenced by clone(), and pass_walloca::clone().

◆ name

◆ next

◆ optinfo_flags

◆ properties_destroyed

unsigned int pass_data::properties_destroyed
inherited

◆ properties_provided

unsigned int pass_data::properties_provided
inherited

◆ properties_required

unsigned int pass_data::properties_required
inherited

Referenced by execute_one_pass().

◆ static_pass_number

◆ sub

◆ todo_flags_finish

unsigned int pass_data::todo_flags_finish
inherited

Referenced by execute_one_pass().

◆ todo_flags_start

unsigned int pass_data::todo_flags_start
inherited

◆ tv_id

◆ type


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