Otawa  0.10
otawa::MAYProblem Class Reference

#include <otawa/cache/cat2/MAYProblem.h>

Classes

class  Domain
 

Public Member Functions

 MAYProblem (const int _size, LBlockSet *_lbset, WorkSpace *_fw, const hard::Cache *_cache, const int _A)
 
 ~MAYProblem ()
 
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)
 

Public Attributes

Domain callstate
 

Private Attributes

LBlockSetlbset
 
WorkSpacefw
 
const int line
 
const hard::Cachecache
 
Domain bot
 
Domain ent
 

Constructor & Destructor Documentation

MAYProblem::MAYProblem ( const int  _size,
LBlockSet _lbset,
WorkSpace _fw,
const hard::Cache _cache,
const int  _A 
)
MAYProblem::~MAYProblem ( )

Member Function Documentation

void otawa::MAYProblem::assign ( Domain a,
const Domain b 
) const
inline

Referenced by update().

const MAYProblem::Domain & MAYProblem::bottom ( void  ) const

References bot.

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

References ent.

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

Member Data Documentation

Domain otawa::MAYProblem::bot
private

Referenced by bottom().

const hard::Cache* otawa::MAYProblem::cache
private
Domain otawa::MAYProblem::callstate
Domain otawa::MAYProblem::ent
private

Referenced by entry(), and MAYProblem().

WorkSpace* otawa::MAYProblem::fw
private
LBlockSet* otawa::MAYProblem::lbset
private
const int otawa::MAYProblem::line
private

Referenced by update().


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