|
OpenASIP 2.2
|
#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 | |
| namespace | 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.