OpenASIP  2.0
Classes | Namespaces | Functions
InnerLoopFinder.hh File Reference
#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>
Include dependency graph for InnerLoopFinder.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InnerLoopFinder
 
class  InnerLoopFinder::InnerLoopInfo
 

Namespaces

 llvm
 

Functions

void llvm::initializeInnerLoopFinderPass (llvm::PassRegistry &)
 

Detailed Description

LLVM pass for finding loops that can be software pipelined by the TCE loop scheduler.

Author
Pekka Jääskeläinen

Definition in file InnerLoopFinder.hh.