OpenScop  0.9.1
Data Fields
osl_statement Struct Reference

#include <statement.h>

Collaboration diagram for osl_statement:
Collaboration graph
[legend]

Data Fields

osl_relation_p domain
 
osl_relation_p scattering
 
osl_relation_list_p access
 
osl_generic_p extension
 
void * usr
 
struct osl_statementnext
 

Detailed Description

The osl_statement_t structure stores a list of statement. Each node contains the useful informations for a given statement to process it within a polyhedral framework. The order in the list may matter for naming conventions (e.g. "S1" for the first statement in the list).

Definition at line 88 of file statement.h.

Field Documentation

◆ access

osl_relation_list_p osl_statement::access

◆ domain

osl_relation_p osl_statement::domain

◆ extension

osl_generic_p osl_statement::extension

◆ next

struct osl_statement* osl_statement::next

◆ scattering

osl_relation_p osl_statement::scattering

◆ usr

void* osl_statement::usr

A user-defined field, not touched AT ALL by the OpenScop Library.

Definition at line 93 of file statement.h.


The documentation for this struct was generated from the following file: