#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/GetElementPtrTypeIterator.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Module.h"
#include <string>
#include <sstream>
#include <list>
#include <map>
#include <algorithm>
#include <cctype>
#include <fstream>
#include <CGRA/OpGraph.h>
#include <CGRA/OpGraphProcedures.h>
#include <CGRA/utility/Collections.h>
Go to the source code of this file.
|
static RegisterPass< LegacyDFGOut > | X ("dfg-out", "DFG(Data Flow Graph) Output Pass", false, false) |
|
◆ X()
static RegisterPass<LegacyDFGOut> X |
( |
"dfg-out" |
, |
|
|
"DFG(Data Flow Graph) Output Pass" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
|
static |