OpenASIP
2.0
|
#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"
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 () |