Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h318 unsigned getInnermostCommonLoopDepth(
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp568 unsigned mlir::getInnermostCommonLoopDepth( in getInnermostCommonLoopDepth() function in mlir
709 getInnermostCommonLoopDepth(ops, &surroundingLoops); in computeSliceUnion()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp222 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth()
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp1498 unsigned dstLoopDepthTest = getInnermostCommonLoopDepth(dstMemrefOps); in fuseProducerConsumerNodes()