OpenASIP
2.0
|
#include <sstream>
#include <fstream>
#include <string>
#include <map>
#include <llvm/IR/LegacyPassManager.h>
#include <llvm/Analysis/LoopPass.h>
#include <llvm/Support/CommandLine.h>
#include "tce_config.h"
#include <llvm/IR/Module.h>
Go to the source code of this file.
Classes | |
struct | InnerLoopFinder |
class | InnerLoopFinder::InnerLoopInfo |
Namespaces | |
llvm | |
Functions | |
void | llvm::initializeInnerLoopFinderPass (llvm::PassRegistry &) |
LLVM pass for finding loops that can be software pipelined by the TCE loop scheduler.
Definition in file InnerLoopFinder.hh.