OpenASIP
2.0
|
#include <map>
#include <set>
#include <iostream>
#include "CompilerWarnings.hh"
#include <llvm/CodeGen/MachineFunctionPass.h>
#include <llvm/CodeGen/MachineConstantPool.h>
#include <llvm/CodeGen/MachineOperand.h>
#include <llvm/CodeGen/MachineInstr.h>
#include <llvm/CodeGen/MachineBasicBlock.h>
#include "tce_config.h"
#include <llvm/IR/Mangler.h>
#include <llvm/IR/Constant.h>
#include <llvm/Transforms/IPO.h>
#include "Exception.hh"
#include "BaseType.hh"
#include "LLVMPOMBuilder.hh"
Go to the source code of this file.
Classes | |
class | llvm::LLVMTCEPOMBuilder |
Namespaces | |
TTAProgram | |
llvm | |
Functions | |
MachineFunctionPass * | llvm::createLLVMTCEPOMBuilderPass () |
This builder builds a sequential POM from the new LLVM TTA backend format.
Definition in file LLVMTCEPOMBuilder.hh.