OpenASIP  2.0
Namespaces | Functions
LLVMTCEPOMBuilder.cc File Reference
#include "LLVMTCEPOMBuilder.hh"
#include <iostream>
#include <string>
#include "llvm/Support/CommandLine.h"
#include "POMDisassembler.hh"
#include "UniversalMachine.hh"
#include "TerminalFUPort.hh"
#include "Machine.hh"
#include "HWOperation.hh"
#include "Program.hh"
#include "Procedure.hh"
#include "Instruction.hh"
#include "TCEString.hh"
#include "Conversion.hh"
#include "ControlUnit.hh"
#include "SpecialRegisterPort.hh"
#include "SequentialScheduler.hh"
#include "InterPassData.hh"
#include "FUPort.hh"
Include dependency graph for LLVMTCEPOMBuilder.cc:

Go to the source code of this file.

Namespaces

 llvm
 

Functions

static cl::opt< bool > llvm::ParallelizeMoves ("parallelize-moves", cl::desc("Parallelize the TTA moves as efficiently as possible."), cl::init(false), cl::Hidden)
 
MachineFunctionPass * llvm::createLLVMTCEPOMBuilderPass ()
 

Detailed Description

Implementation of LLVMTCEPOMBuilder class.

Author
Pekka Jääskeläinen 2010-2012
Note
rating: red

Definition in file LLVMTCEPOMBuilder.cc.