Searched refs:opsB (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopFusionUtils.cpp | 298 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 D | Utils.h | 214 computeSliceUnion(ArrayRef<Operation *> opsA, ArrayRef<Operation *> opsB,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | Utils.cpp | 811 mlir::computeSliceUnion(ArrayRef<Operation *> opsA, ArrayRef<Operation *> opsB, in computeSliceUnion() argument 822 for (auto *j : opsB) { in computeSliceUnion()
|