class NstLoopinfo : public NstTree

Class NstLoopinfo

Inheritance:


Public Fields

int is_independent
is_independent.
int nestor_flag
nestor_flag.
string nestor_info
nestor_info.
NstVariableList new_variables
new_variables.
NstVariableList reduction_variables
reduction_variables.

Public Methods

int base_type()
Gives the base type of the object.
const char* class_name()
Returns the string NstLoopinfo.
const char* class_type()
Returns the string NST_LOOPINFO.
NstLoopinfo* clone()
Recursive cloning.
void copy(const NstLoopinfo& s)
Recursive copy of s.
NstTree* create_default()
Creates a default object of the base type.
NstVariable* home_variable(const NstVariable& n)
Replaces the home_variable (Attribute 3).
NstVariable* home_variable()
Returns the home_variable (Attribute 3).
NstLoopinfo()
Creates a new loop info.
NstLoopinfo(int nis_independent)
Creates a new parallel information for a loop
NstLoopinfo(const NstLoopinfo& o)
Recursive copy constructor
NstLoopinfo& operator= (const NstLoopinfo& s)
Same as copy.
int type()
The type is NST_LOOPINFO.
~NstLoopinfo()
Recursive destructor.

Inherited from NstTree:

Public Fields

unsigned long tree_id
NstUserInfo user_info

Public Methods

virtual NstTree* cut()
NstTree* cut_buffer()
virtual void error(const char* st)
list <NstTree*> fathers()
NstTree* in()
virtual NstTree* init()
virtual NstTree* init(NstTrees::iterator &it)
virtual NstTree* next()
virtual NstTree* next(NstTrees::iterator &it)
friend ostream& operator << (ostream& s, const NstTree& t)
virtual void replace(NstTree& n)
virtual NstDefinition* search(const NstIdentifier& i, int tp = -1)
void traversal(int (*action)(NstTree*, void*), void* extra = NULL)
NstTree* upsearch(int (*comptest)(NstTree*, void*), void* extra = NULL)
virtual void warning(const char* st)
string whoami()

Documentation

Class NstLoopinfo
NstLoopinfo()
Creates a new loop info.

~NstLoopinfo()
Recursive destructor.

NstLoopinfo(const NstLoopinfo& o)
Recursive copy constructor. Creates a new object that is a recursive copy of the parameter.
Parameters:
o - object to copy.

int type()
The type is NST_LOOPINFO.

const char* class_type()
Returns the string NST_LOOPINFO.

const char* class_name()
Returns the string NstLoopinfo.

int base_type()
Gives the base type of the object.

NstTree* create_default()
Creates a default object of the base type.

string nestor_info
nestor_info.

int nestor_flag
nestor_flag.

NstVariableList new_variables
new_variables.

NstVariableList reduction_variables
reduction_variables.

int is_independent
is_independent.

void copy(const NstLoopinfo& s)
Recursive copy of s.

NstLoopinfo* clone()
Recursive cloning.

NstLoopinfo& operator= (const NstLoopinfo& s)
Same as copy.

NstVariable* home_variable()
Returns the home_variable (Attribute 3).

NstVariable* home_variable(const NstVariable& n)
Replaces the home_variable (Attribute 3).

NstLoopinfo(int nis_independent)
Creates a new parallel information for a loop


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de