GCC Middle and Back End API Reference
|
#include <region-model.h>
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_model & | get_model () const |
Data Fields | |
tree | m_lhs |
enum tree_code | m_op |
tree | m_rhs |
Protected Attributes | |
region_model | m_model |
|
inline |
|
finaloverridevirtual |
Implements ana::rejected_constraint.
|
inlineinherited |
References ana::rejected_constraint::m_model.
tree ana::rejected_op_constraint::m_lhs |
|
protectedinherited |
Referenced by ana::rejected_constraint::get_model().
enum tree_code ana::rejected_op_constraint::m_op |
tree ana::rejected_op_constraint::m_rhs |