OpenASIP
2.0
|
#include <llvm/CodeGen/MachineFunctionPass.h>
#include <llvm/Analysis/AliasAnalysis.h>
#include "LLVMTCEBuilder.hh"
#include "DataDependenceGraphBuilder.hh"
#include "CopyingDelaySlotFiller.hh"
Go to the source code of this file.
Classes | |
class | llvm::LLVMTCEIRBuilder |
Namespaces | |
TTAMachine | |
llvm | |
Functions | |
FunctionPass * | llvm::createLLVMTCECFGBuilderPass (TCETargetMachine &tm, TTAMachine::Machine *mach, InterPassData &ipd) |
This builder builds a CFG and DDG from the new LLVM TTA backend format.
This builder builds a CFG and DDG from the new LLVM TTA backend format.
Definition in file LLVMTCEIRBuilder.hh.