PIPS
safescale-local.h File Reference
#include <string.h>
#include <stdio.h>
#include "genC.h"
#include "linear.h"
#include "ri.h"
#include "effects.h"
#include "properties.h"
#include "ri-util.h"
#include "effects-util.h"
#include "pipsdbm.h"
#include "resources.h"
#include "semantics.h"
#include "effects-generic.h"
#include "effects-convex.h"
#include "effects-simple.h"
#include "transformer.h"
#include "transformations.h"
#include "control.h"
#include "callgraph.h"
#include "misc.h"
#include "prettyprint.h"
+ Include dependency graph for safescale-local.h:

Go to the source code of this file.

Data Structures

struct  statement_checking_context
 
struct  sequence_searching_context
 

Macros

#define EXTERNALIZED_CODE_PRAGMA_BEGIN   "BEGIN_KAAPI_%s"
 
#define EXTERNALIZED_CODE_PRAGMA_END   "END_KAAPI_%s"
 
#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_TOP   "ANALYZED_KAAPI_%s (%d statements)"
 
#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_BOTTOM   "ANALYZED_KAAPI_%s (%d statements)"
 
#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_TOP   "--> "
 
#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_BOTTOM   "<-- "
 
#define EXTERNALIZED_FUNCTION_PARAM_NAME   "%s_PARAM_%d"
 
#define EXTERNALIZED_FUNCTION_PRIVATE_PARAM_NAME   "%s_PRIV"
 
#define EXTERNALIZED_CODE_PRAGMA_CALL   "CALL_KAAPI_%s"
 

Macro Definition Documentation

◆ EXTERNALIZED_CODE_PRAGMA_ANALYZED_BOTTOM

#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_BOTTOM   "ANALYZED_KAAPI_%s (%d statements)"

Definition at line 27 of file safescale-local.h.

◆ EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_BOTTOM

#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_BOTTOM   "<-- "

Definition at line 29 of file safescale-local.h.

◆ EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_TOP

#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_TOP   "--> "

Definition at line 28 of file safescale-local.h.

◆ EXTERNALIZED_CODE_PRAGMA_ANALYZED_TOP

#define EXTERNALIZED_CODE_PRAGMA_ANALYZED_TOP   "ANALYZED_KAAPI_%s (%d statements)"

Definition at line 26 of file safescale-local.h.

◆ EXTERNALIZED_CODE_PRAGMA_BEGIN

#define EXTERNALIZED_CODE_PRAGMA_BEGIN   "BEGIN_KAAPI_%s"

Definition at line 24 of file safescale-local.h.

◆ EXTERNALIZED_CODE_PRAGMA_CALL

#define EXTERNALIZED_CODE_PRAGMA_CALL   "CALL_KAAPI_%s"

Definition at line 34 of file safescale-local.h.

◆ EXTERNALIZED_CODE_PRAGMA_END

#define EXTERNALIZED_CODE_PRAGMA_END   "END_KAAPI_%s"

Definition at line 25 of file safescale-local.h.

◆ EXTERNALIZED_FUNCTION_PARAM_NAME

#define EXTERNALIZED_FUNCTION_PARAM_NAME   "%s_PARAM_%d"

Definition at line 31 of file safescale-local.h.

◆ EXTERNALIZED_FUNCTION_PRIVATE_PARAM_NAME

#define EXTERNALIZED_FUNCTION_PRIVATE_PARAM_NAME   "%s_PRIV"

Definition at line 32 of file safescale-local.h.