mini-llvm 0.1.0
Loading...
Searching...
No Matches
RISCVPassManager.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
7
8namespace mini_llvm::mir {
9
15
16} // namespace mini_llvm::mir
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition Module.h:22
Definition RISCVPassManager.h:10
void runAfterRegisterAllocation(Module &M) const
void runBeforeRegisterAllocation(Module &M) const
Definition BasicBlock.h:22