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 */
|