Home
last modified time | relevance | path

Searched refs:cleanupLbMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp57 AffineMap &cleanupLbMap, in getCleanupLoopLowerBound() argument
64 cleanupLbMap = AffineMap(); in getCleanupLoopLowerBound()
97 cleanupLbMap = AffineMap::get(1 + tripCountMap.getNumResults(), 0, newUbExprs, in getCleanupLoopLowerBound()
100 fullyComposeAffineMapAndOperands(&cleanupLbMap, &cleanupLbOperands); in getCleanupLoopLowerBound()
101 cleanupLbMap = simplifyAffineMap(cleanupLbMap); in getCleanupLoopLowerBound()
102 canonicalizeMapAndOperands(&cleanupLbMap, &cleanupLbOperands); in getCleanupLoopLowerBound()