File: DeadCodeElimination.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 (32 lines) | stat: -rw-r--r-- 837 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
/* file generated by oo2c -- do not edit */
#include "DeadCodeElimination.h"
#include "Opcode.h"

/* local definitions */

/* function prototypes */
void DeadCodeElimination__MarkDead(Data__Instruction instr);
void DeadCodeElimination__MarkLive(Data__Instruction instr);
void DeadCodeElimination__MarkException(Data__Instruction instr, unsigned char removeDisabled);
void DeadCodeElimination__DeleteDeadCode(Data__Instruction instr);
void DeadCodeElimination__RemoveRuntimeChecks(Data__Region region);

/* module and type descriptors */
static const struct {
  int length;
  void* pad;
  const char name[20];
} _n0 = {20, NULL, {"DeadCodeElimination"}};
static struct _MD DeadCodeElimination_md = {
  NULL, 
  &Kernel__ModuleDesc_td.td, 
  {
    NULL, 
    (const unsigned char*)_n0.name, 
    -1, 
    NULL
  }
};

/* local strings */