Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h379 unsigned getInnermostCommonLoopDepth(
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp779 unsigned mlir::getInnermostCommonLoopDepth( in getInnermostCommonLoopDepth() function in mlir
919 getInnermostCommonLoopDepth(ops, &surroundingLoops); in computeSliceUnion()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp219 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp1523 unsigned dstLoopDepthTest = getInnermostCommonLoopDepth(dstMemrefOps); in fuseProducerConsumerNodes()