Otawa  0.10
otawa::MUSTBranch Class Reference

#include <otawa/branch/BranchProblem.h>

Classes

class  Domain
 

Public Member Functions

 MUSTBranch (const int _size, WorkSpace *_fw, const int _A, const int _row)
 
 ~MUSTBranch ()
 
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::MUSTBranch::MUSTBranch ( const int  _size,
WorkSpace _fw,
const int  _A,
const int  _row 
)
otawa::MUSTBranch::~MUSTBranch ( )

Member Function Documentation

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

References bot.

Referenced by otawa::BranchProblem::BranchProblem().

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

References ent.

Referenced by otawa::BranchProblem::BranchProblem().

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

References cerr.

Member Data Documentation

Domain otawa::MUSTBranch::bot
private

Referenced by bottom().

Domain otawa::MUSTBranch::ent
private

Referenced by entry(), and MUSTBranch().

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

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