CIRCT
20.0.0git
|
#include "circt/Support/LLVM.h"
#include "mlir/Dialect/Affine/Analysis/AffineAnalysis.h"
#include <utility>
Go to the source code of this file.
Classes | |
struct | circt::analysis::MemoryDependence |
MemoryDependence captures a dependence from one memory operation to another. More... | |
struct | circt::analysis::MemoryDependenceAnalysis |
MemoryDependenceAnalysis traverses any AffineForOps in the FuncOp body and checks for affine memory access dependences. More... | |
Namespaces | |
mlir | |
mlir::affine | |
mlir::func | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::analysis | |
Typedefs | |
using | circt::analysis::MemoryDependenceResult = DenseMap< Operation *, SmallVector< MemoryDependence > > |
MemoryDependenceResult captures a set of memory dependences. More... | |