1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
/* file generated by oo2c -- do not edit */
#include "LoopTransformation.h"
#include "Opcode.h"
#include "Worklist.h"
/* local definitions */
/* function prototypes */
int LoopTransformation__AnalyseLoop_Category(Data__Opnd opnd, Data__Region *LoopTransformation__AnalyseLoop_loop);
void LoopTransformation__AnalyseLoop_FillWorklist(Data__Region region, Data__Region *LoopTransformation__AnalyseLoop_loop, Worklist__Worklist *LoopTransformation__AnalyseLoop_worklist);
unsigned char LoopTransformation__AnalyseLoop_MarkedInstr(Data__Instruction instr, Data__Region *LoopTransformation__AnalyseLoop_loop);
void LoopTransformation__AnalyseLoop(Data__Region loop);
void LoopTransformation__Region_MoveInvariantCode(Data__Region loop, Data__Region region);
void LoopTransformation__Region(Data__Region region);
/* module and type descriptors */
static const struct {
int length;
void* pad;
const char name[19];
} _n0 = {19, NULL, {"LoopTransformation"}};
static struct _MD LoopTransformation_md = {
NULL,
&Kernel__ModuleDesc_td.td,
{
NULL,
(const unsigned char*)_n0.name,
-1,
NULL
}
};
/* local strings */
|