My Project
Classes | Namespaces | Enumerations | Functions
PassManager.h File Reference
#include "mlir/Support/LogicalResult.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator.h"
#include <vector>
Include dependency graph for PassManager.h:
This graph shows which files directly or indirectly include this file:

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)