PIPS
transformation.c File Reference
#include "local-header.h"
+ Include dependency graph for transformation.c:

Go to the source code of this file.

Functions

bool loop_reductions (string module)
 transformation.c More...
 

Function Documentation

◆ loop_reductions()

bool loop_reductions ( string  module)

transformation.c

Parameters
moduleodule

Definition at line 35 of file transformation.c.

36 {
37  debug_on("REDUCTIONS_DEBUG_LEVEL");
38  pips_debug(1, "considering module %s\n", module);
39 
40  pips_assert ("not implemented yet\n", false);
41 
42  debug_off();
43  return true;
44 }
#define debug_on(env)
Definition: misc-local.h:157
#define pips_debug
these macros use the GNU extensions that allow variadic macros, including with an empty list.
Definition: misc-local.h:145
#define pips_assert(what, predicate)
common macros, two flavors depending on NDEBUG
Definition: misc-local.h:172
#define debug_off()
Definition: misc-local.h:160
static char * module
Definition: pips.c:74

References debug_off, debug_on, module, pips_assert, and pips_debug.