File: ControlFlow.d

package info (click to toggle)
oo2c32 1.5.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,888 kB
  • ctags: 5,436
  • sloc: ansic: 95,310; sh: 473; makefile: 345; perl: 57; lisp: 20
file content (47 lines) | stat: -rw-r--r-- 1,783 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
35
36
37
38
39
40
41
42
43
44
45
46
47
/* file generated by oo2c -- do not edit */
#include "ControlFlow.h"
#include "Allocate.h"
#include "Classify.h"
#include "Opcode.h"

/* local definitions */

/* function prototypes */
Data__Instruction ControlFlow__CreateInstr(Data__Region region, short int opcode, unsigned char atBeginning);
void ControlFlow__SetTarget(Data__Instruction instr, Data__Instruction target);
void ControlFlow__DisableInstr(Data__Instruction instr);
unsigned char ControlFlow__NoOutput(Data__Instruction instr);
unsigned char ControlFlow__PlaceInstructions_AssignsToGates(Data__Region r, Data__Region merge);
void ControlFlow__PlaceInstructions(Data__Region r);
Data__Instruction ControlFlow__SetTargets_JumpTarget(Data__Region region);
unsigned char ControlFlow__SetTargets_BranchTarget_ComplementaryGuards(Data__Instruction i0_, Data__Instruction i1_);
Data__Instruction ControlFlow__SetTargets_BranchTarget(Data__Guard guard);
void ControlFlow__SetTargets(Data__Region r);
void ControlFlow__InitRegionMarkers(Data__Region r);
void ControlFlow__MoveMerges(Data__Region r, unsigned char force);
Data__Instruction ControlFlow__NextInstr(Data__Instruction instr);
void ControlFlow__JumpChaining_Chain(Data__Instruction instr);
void ControlFlow__JumpChaining(Data__Region r);
void ControlFlow__RemoveUnreachable(Data__Region r);
void ControlFlow__OptimizeBranches(Data__Region r);
void ControlFlow__GlobalRegion_MarkTargets(Data__Region r, int *ControlFlow__GlobalRegion_countLabel);

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

/* local strings */