|
My Project
|
#include "llvm/Pass.h"#include <functional>#include <string>

Go to the source code of this file.
Namespaces | |
| llvm | |
| mlir | |
Functions | |
| void | mlir::initializeLLVMPasses () |
Variables | |
| std::function< llvm::Error(llvm::Module *)> | mlir::makeOptimizingTransformer (unsigned optLevel, unsigned sizeLevel, llvm::TargetMachine *targetMachine) |
| std::function< llvm::Error(llvm::Module *)> | mlir::makeLLVMPassesTransformer (llvm::ArrayRef< const llvm::PassInfo *> llvmPasses, llvm::Optional< unsigned > mbOptLevel, llvm::TargetMachine *targetMachine, unsigned optPassesInsertPos=0) |
1.8.13