|
Enzyme main
|
#include "mlir/Analysis/DataFlow/DenseAnalysis.h"#include "mlir/Analysis/DataFlow/SparseAnalysis.h"#include "mlir/Analysis/DataFlowFramework.h"

Go to the source code of this file.
Classes | |
| class | mlir::enzyme::SetLattice< ValueT > |
| class | mlir::enzyme::SparseSetLattice< ValueT > |
| class | mlir::enzyme::MapOfSetsLattice< KeyT, ElementT > |
Namespaces | |
| namespace | mlir |
| namespace | mlir::enzyme |
Functions | |
| bool | mlir::enzyme::sortAttributes (Attribute a, Attribute b) |
| Used when serializing to ensure a consistent order. | |
| bool | mlir::enzyme::sortArraysLexicographic (ArrayAttr a, ArrayAttr b) |
Variables | |
| constexpr llvm::StringLiteral | mlir::enzyme::undefinedSetString = "<undefined>" |
| constexpr llvm::StringLiteral | mlir::enzyme::unknownSetString = "<unknown>" |