PIPS
add_stuff_to_module.c File Reference
#include "genC.h"
#include "linear.h"
#include "ri.h"
#include "ri-util.h"
#include "misc.h"
#include "control.h"
#include "callgraph.h"
#include "properties.h"
#include "pipsdbm.h"
#include "resources.h"
+ Include dependency graph for add_stuff_to_module.c:

Go to the source code of this file.

Functions

bool prepend_comment (char *module_name)
 Add a comment at the begin of a module code. More...
 
bool prepend_call (string mn)
 This function adds a call to ficticious global function "MY_TRACK" as first executabble statement of module "mn" in C89 style. More...
 
static void do_add_pragma (statement s, statement p)
 
bool add_pragma (const string mn)