25 #ifndef _JIT_COMPILER2_MACHINEINSTRUCTIONSCHEDULINGPASS
26 #define _JIT_COMPILER2_MACHINEINSTRUCTIONSCHEDULINGPASS
51 virtual void initialize();
53 virtual bool verify()
const;
71 virtual bool verify()
const;
74 shared_ptr<ListSchedulingPass>
IS;
GlobalSchedule TODO: more info.
Pass superclass All compiler passes should inheritate this class.
const GlobalSchedule * sched
This Instruction mark the start of a basic block.
Custom new/delete handler mixin.
MachineInstructionSchedulingPass TODO: more info.
ListSchedulingPass(GlobalSchedule *sched)
MachineInstructionSchedulingPass()
Stores the interdependencies of a pass.
shared_ptr< ListSchedulingPass > IS
InstructionSchedule TODO: more info.