Home
last modified time | relevance | path

Searched defs:loopMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DLoopFusionUtils.h127 DenseMap<Operation *, SmallVector<AffineForOp, 2>> loopMap; member
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DIterationGraphSorter.cpp133 SmallVector<AffineMap> loopMap = genericOp.getIndexingMapsArray(); in fromGenericOp() local