|
CIRCT 22.0.0git
|
#include "circt/Analysis/OpCountAnalysis.h"#include "circt/Transforms/Passes.h"#include "mlir/Pass/Pass.h"#include "llvm/Support/JSON.h"#include "circt/Transforms/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
Macros | |
| #define | GEN_PASS_DEF_PRINTOPCOUNT |
Functions | |
| std::unique_ptr< mlir::Pass > | circt::createPrintOpCountPass (llvm::raw_ostream &os) |
| std::unique_ptr< mlir::Pass > | circt::createPrintOpCountPass () |
| #define GEN_PASS_DEF_PRINTOPCOUNT |
Definition at line 19 of file PrintOpCount.cpp.