|
MLIR 22.0.0git
|
This is the complete list of members for mlir::PassManager, including all inherited members.
| addInstrumentation(std::unique_ptr< PassInstrumentation > pi) | mlir::PassManager | |
| addNestedPass(std::unique_ptr< Pass > pass) | mlir::OpPassManager | inline |
| addPass(std::unique_ptr< Pass > pass) | mlir::OpPassManager | |
| begin() | mlir::OpPassManager | |
| begin() const | mlir::OpPassManager | |
| clear() | mlir::OpPassManager | |
| const_pass_iterator typedef | mlir::OpPassManager | |
| dump() | mlir::OpPassManager | |
| empty() const | mlir::OpPassManager | inline |
| enableCrashReproducerGeneration(StringRef outputFile, bool genLocalReproducer=false) | mlir::PassManager | |
| enableCrashReproducerGeneration(ReproducerStreamFactory factory, bool genLocalReproducer=false) | mlir::PassManager | |
| enableIRPrinting(std::unique_ptr< IRPrinterConfig > config) | mlir::PassManager | |
| enableIRPrinting(std::function< bool(Pass *, Operation *)> shouldPrintBeforePass=[](Pass *, Operation *) { return true;}, std::function< bool(Pass *, Operation *)> shouldPrintAfterPass=[](Pass *, Operation *) { return true;}, bool printModuleScope=true, bool printAfterOnlyOnChange=true, bool printAfterOnlyOnFailure=false, raw_ostream &out=llvm::errs(), OpPrintingFlags opPrintingFlags=OpPrintingFlags()) | mlir::PassManager | |
| enableIRPrintingToFileTree(std::function< bool(Pass *, Operation *)> shouldPrintBeforePass=[](Pass *, Operation *) { return true;}, std::function< bool(Pass *, Operation *)> shouldPrintAfterPass=[](Pass *, Operation *) { return true;}, bool printModuleScope=true, bool printAfterOnlyOnChange=true, bool printAfterOnlyOnFailure=false, llvm::StringRef printTreeDir=".pass_manager_output", OpPrintingFlags opPrintingFlags=OpPrintingFlags()) | mlir::PassManager | |
| enableStatistics(PassDisplayMode displayMode=PassDisplayMode::Pipeline) | mlir::PassManager | |
| enableTiming(TimingScope &timingScope) | mlir::PassManager | |
| enableTiming(std::unique_ptr< TimingManager > tm) | mlir::PassManager | |
| enableTiming() | mlir::PassManager | |
| enableVerifier(bool enabled=true) | mlir::PassManager | |
| end() | mlir::OpPassManager | |
| end() const | mlir::OpPassManager | |
| getAnyOpAnchorName() | mlir::OpPassManager | inlinestatic |
| getContext() const | mlir::PassManager | inline |
| getDependentDialects(DialectRegistry &dialects) const | mlir::OpPassManager | |
| getImpl() | mlir::OpPassManager | |
| getNesting() | mlir::OpPassManager | |
| getOpAnchorName() const | mlir::OpPassManager | |
| getOpName(MLIRContext &context) const | mlir::OpPassManager | |
| getOpName() const | mlir::OpPassManager | |
| getPasses() | mlir::OpPassManager | inline |
| getPasses() const | mlir::OpPassManager | inline |
| mergeStatisticsInto(OpPassManager &other) | mlir::OpPassManager | |
| nest(OperationName nestedName) | mlir::OpPassManager | |
| nest(StringRef nestedName) | mlir::OpPassManager | |
| nest() | mlir::OpPassManager | inline |
| nestAny() | mlir::OpPassManager | |
| Nesting enum name | mlir::OpPassManager | |
| on(MLIRContext *ctx, Nesting nesting=Nesting::Explicit) | mlir::PassManager | inlinestatic |
| operator=(const OpPassManager &rhs) | mlir::OpPassManager | |
| operator=(OpPassManager &&rhs) | mlir::OpPassManager | |
| OpPassManager(Nesting nesting=Nesting::Explicit) | mlir::OpPassManager | |
| OpPassManager(StringRef name, Nesting nesting=Nesting::Explicit) | mlir::OpPassManager | |
| OpPassManager(OperationName name, Nesting nesting=Nesting::Explicit) | mlir::OpPassManager | |
| OpPassManager(OpPassManager &&rhs) | mlir::OpPassManager | |
| OpPassManager(const OpPassManager &rhs) | mlir::OpPassManager | |
| pass_iterator typedef | mlir::OpPassManager | |
| PassManager(MLIRContext *ctx, StringRef operationName=PassManager::getAnyOpAnchorName(), Nesting nesting=Nesting::Explicit) | mlir::PassManager | |
| PassManager(OperationName operationName, Nesting nesting=Nesting::Explicit) | mlir::PassManager | |
| printAsTextualPipeline(raw_ostream &os, bool pretty=false) const | mlir::OpPassManager | |
| run(Operation *op) | mlir::PassManager | |
| setNesting(Nesting nesting) | mlir::OpPassManager | |
| size() const | mlir::OpPassManager | |
| ~OpPassManager() | mlir::OpPassManager | |
| ~PassManager() | mlir::PassManager |