OpenASIP
2.2
Loading...
Searching...
No Matches
src
applibs
LLVMBackend
passes
LowerIntrinsics.hh
Go to the documentation of this file.
1
#ifndef LLVM_TRANSFORMS_HELLONEW_HELLOWORLD_H
2
#define LLVM_TRANSFORMS_HELLONEW_HELLOWORLD_H
3
4
#include "llvm/IR/PassManager.h"
5
6
namespace
llvm
{
7
8
class
LowerIntrinsicNewPass
:
public
PassInfoMixin<LowerIntrinsicNewPass> {
9
public
:
10
PreservedAnalyses
run
(Function &F, FunctionAnalysisManager &AM);
11
};
12
13
}
// namespace llvm
14
15
#endif
// LLVM_TRANSFORMS_HELLONEW_HELLOWORLD_H
llvm::LowerIntrinsicNewPass
Definition
LowerIntrinsics.hh:8
llvm::LowerIntrinsicNewPass::run
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
llvm
Definition
InlineAsmParser.hh:49
Generated by
1.9.8