GCC Middle and Back End API Reference
ana::rejected_op_constraint Class Reference

#include <region-model.h>

Inheritance diagram for ana::rejected_op_constraint:
Collaboration diagram for ana::rejected_op_constraint:

Public Member Functions

 rejected_op_constraint (const region_model &model, tree lhs, enum tree_code op, tree rhs)
 
void dump_to_pp (pretty_printer *pp) const final override
 
const region_modelget_model () const
 

Data Fields

tree m_lhs
 
enum tree_code m_op
 
tree m_rhs
 

Protected Attributes

region_model m_model
 

Constructor & Destructor Documentation

◆ rejected_op_constraint()

ana::rejected_op_constraint::rejected_op_constraint ( const region_model & model,
tree lhs,
enum tree_code op,
tree rhs )
inline

Member Function Documentation

◆ dump_to_pp()

void ana::rejected_op_constraint::dump_to_pp ( pretty_printer * pp) const
finaloverridevirtual

◆ get_model()

const region_model & ana::rejected_constraint::get_model ( ) const
inlineinherited

Field Documentation

◆ m_lhs

tree ana::rejected_op_constraint::m_lhs

◆ m_model

region_model ana::rejected_constraint::m_model
protectedinherited

◆ m_op

enum tree_code ana::rejected_op_constraint::m_op

◆ m_rhs

tree ana::rejected_op_constraint::m_rhs

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