|
My Project
|
#include "mlir/Support/LogicalResult.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/iterator.h"#include <vector>

Go to the source code of this file.
Classes | |
| class | mlir::OpPassManager |
| class | mlir::PassManager |
| The main pass manager and pipeline builder. More... | |
| class | mlir::PassManager::IRPrinterConfig |
| A configuration struct provided to the IR printer instrumentation. More... | |
Namespaces | |
| llvm | |
| mlir | |
| mlir::detail | |
| Check if a Callable type can be invoked with the given set of arg types. | |
Enumerations | |
| enum | mlir::PassDisplayMode { mlir::PassDisplayMode::List, mlir::PassDisplayMode::Pipeline } |
Functions | |
| void | mlir::registerPassManagerCLOptions () |
| void | mlir::applyPassManagerCLOptions (PassManager &pm) |
1.8.13