Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp298 SmallVector<Operation *, 4> opsB; in canFuseLoops() local
299 if (!gatherLoadsAndStores(forOpB, opsB)) { in canFuseLoops()
311 if (getMaxLoopDepth(opsA, opsB) < dstLoopDepth) { in canFuseLoops()
352 mlir::computeSliceUnion(strategyOpsA, opsB, dstLoopDepth, numCommonLoops, in canFuseLoops()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h214 computeSliceUnion(ArrayRef<Operation *> opsA, ArrayRef<Operation *> opsB,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp811 mlir::computeSliceUnion(ArrayRef<Operation *> opsA, ArrayRef<Operation *> opsB, in computeSliceUnion() argument
822 for (auto *j : opsB) { in computeSliceUnion()