|
MLIR 22.0.0git
|
#include <queue>#include <vector>#include "mlir/IR/OwningOpRef.h"#include "mlir/Reducer/Tester.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/ToolOutputFile.h"Go to the source code of this file.
Classes | |
| class | mlir::ReductionNode |
| ReductionTreePass will build a reduction tree during module reduction and the ReductionNode represents the vertex of the tree. More... | |
| class | mlir::ReductionNode::iterator< SinglePath > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Enumerations | |
| enum | mlir::TraversalMode { mlir::SinglePath , mlir::Backtrack , mlir::MultiPath } |
| Defines the traversal method options to be used in the reduction tree traversal. More... | |