File: LoopTransformation.d

package info (click to toggle)
oo2c32 1.5.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,748 kB
  • ctags: 5,415
  • sloc: ansic: 95,007; sh: 473; makefile: 344; perl: 57; lisp: 21
file content (34 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (3)
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 */