OpenASIP  2.0
Namespaces | Variables
BBSchedulerController.cc File Reference
#include <set>
#include <string>
#include <cstdlib>
#include <boost/timer.hpp>
#include "BBSchedulerController.hh"
#include "ControlFlowGraph.hh"
#include "DataDependenceGraph.hh"
#include "DataDependenceGraphBuilder.hh"
#include "SimpleResourceManager.hh"
#include "Procedure.hh"
#include "ControlUnit.hh"
#include "Machine.hh"
#include "Instruction.hh"
#include "BasicBlock.hh"
#include "ControlFlowGraphPass.hh"
#include "SchedulerPass.hh"
#include "SoftwareBypasser.hh"
#include "CopyingDelaySlotFiller.hh"
#include "Program.hh"
#include "TCEString.hh"
#include "Application.hh"
#include "LLVMTCECmdLineOptions.hh"
#include "SchedulerCmdLineOptions.hh"
#include "LoopPrologAndEpilogBuilder.hh"
#include "MachineConnectivityCheck.hh"
#include "InterPassData.hh"
#include "ResourceConstraintAnalyzer.hh"
#include "BasicBlockScheduler.hh"
#include "RegisterRenamer.hh"
#include "BUBasicBlockScheduler.hh"
#include "BF2Scheduler.hh"
#include "DisassemblyRegister.hh"
#include "LoopAnalyzer.hh"
#include "ScheduleEstimator.hh"
Include dependency graph for BBSchedulerController.cc:

Go to the source code of this file.

Namespaces

 TTAMachine
 

Variables

static const int MAXIMUM_II = 60
 
static const int DEFAULT_LOWMEM_MODE_THRESHOLD = 200000
 

Detailed Description

Definition of BBSchedulerController class.

Author
Pekka Jääskeläinen 2006-2011 (pjaaskel-no.spam-cs.tut.fi)
Heikki Kultala 2009 (hkultala-no.spam-cs.tut.fi)
Note
rating: red

Definition in file BBSchedulerController.cc.

Variable Documentation

◆ DEFAULT_LOWMEM_MODE_THRESHOLD

const int DEFAULT_LOWMEM_MODE_THRESHOLD = 200000
static

Definition at line 83 of file BBSchedulerController.cc.

Referenced by BBSchedulerController::handleProcedure().

◆ MAXIMUM_II

const int MAXIMUM_II = 60
static

Definition at line 82 of file BBSchedulerController.cc.