Otawa  0.10
otawa::MUSTPERS Class Reference

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

Classes

class  Domain
 

Public Member Functions

 MUSTPERS (const int _size, LBlockSet *_lbset, WorkSpace *_fw, const hard::Cache *_cache, const int _A)
 
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, hai_context_t ctx)
 
void leaveContext (Domain &dom, BasicBlock *header, hai_context_t ctx)
 

Private Attributes

MUSTProblem mustProb
 
PERSProblem persProb
 
Domain bot
 
Domain ent
 
unsigned int line
 

Constructor & Destructor Documentation

Member Function Documentation

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

Referenced by update().

const MUSTPERS::Domain & otawa::MUSTPERS::bottom ( void  ) const

References bot.

const MUSTPERS::Domain & otawa::MUSTPERS::entry ( void  ) const

References ent.

bool otawa::MUSTPERS::equals ( const Domain a,
const Domain b 
) const
inline
void otawa::MUSTPERS::lub ( Domain a,
const Domain b 
) const
inline
void otawa::MUSTPERS::update ( Domain out,
const Domain in,
BasicBlock bb 
)

Member Data Documentation

Domain otawa::MUSTPERS::bot
private

Referenced by bottom(), and MUSTPERS().

Domain otawa::MUSTPERS::ent
private

Referenced by entry(), and MUSTPERS().

unsigned int otawa::MUSTPERS::line
private

Referenced by update().

MUSTProblem otawa::MUSTPERS::mustProb
private
PERSProblem otawa::MUSTPERS::persProb
private

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