Otawa  0.10
otawa::MAYBranch Class Reference

#include <otawa/branch/BranchProblem.h>

Classes

class  Domain
 

Public Member Functions

 MAYBranch (const int _size, WorkSpace *_fw, const int _A, const int _row)
 
 ~MAYBranch ()
 
const Domainbottom (void) const
 
const Domainentry (void) const
 
void lub (Domain &a, const Domain &b) const
 
void assign (Domain &a, const Domain &b) const
 
bool equals (const Domain &a, const Domain &b) const
 
void update (Domain &out, const Domain &in, BasicBlock *bb)
 
void enterContext (Domain &dom, BasicBlock *header, util::hai_context_t ctx)
 
void leaveContext (Domain &dom, BasicBlock *header, util::hai_context_t ctx)
 

Private Attributes

int row
 
WorkSpacefw
 
Domain bot
 
Domain ent
 

Constructor & Destructor Documentation

otawa::MAYBranch::MAYBranch ( const int  _size,
WorkSpace _fw,
const int  _A,
const int  _row 
)
otawa::MAYBranch::~MAYBranch ( )

Member Function Documentation

void otawa::MAYBranch::assign ( Domain a,
const Domain b 
) const
inline
const MAYBranch::Domain & otawa::MAYBranch::bottom ( void  ) const

References bot.

void otawa::MAYBranch::enterContext ( Domain dom,
BasicBlock header,
util::hai_context_t  ctx 
)
inline
const MAYBranch::Domain & otawa::MAYBranch::entry ( void  ) const

References ent.

bool otawa::MAYBranch::equals ( const Domain a,
const Domain b 
) const
inline
void otawa::MAYBranch::leaveContext ( Domain dom,
BasicBlock header,
util::hai_context_t  ctx 
)
inline
void otawa::MAYBranch::lub ( Domain a,
const Domain b 
) const
inline
void otawa::MAYBranch::update ( Domain out,
const Domain in,
BasicBlock bb 
)

References cerr.

Member Data Documentation

Domain otawa::MAYBranch::bot
private

Referenced by bottom().

Domain otawa::MAYBranch::ent
private

Referenced by entry(), and MAYBranch().

WorkSpace* otawa::MAYBranch::fw
private
int otawa::MAYBranch::row
private

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