Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopUnrolling.cpp23 static unsigned getNestingDepth(Operation *op) { in getNestingDepth() function
48 if (getNestingDepth(forOp) == loopDepth) in runOnFunction()
DTestLoopFusion.cpp86 unsigned ipd = getNestingDepth(&*sliceUnion.insertPoint); in getSliceStr()
/external/llvm-project/mlir/lib/Transforms/
DMemRefDataFlowOpt.cpp92 unsigned minSurroundingLoops = getNestingDepth(loadOp); in forwardStoreToLoad()
DLoopFusion.cpp1443 unsigned loopDepth = getNestingDepth(storeOp); in fuseProducerConsumerNodes()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp616 if ((!isBackwardSlice && loopDepth > getNestingDepth(opsA[i])) || in computeSliceUnion()
617 (isBackwardSlice && loopDepth > getNestingDepth(opsB[j]))) { in computeSliceUnion()
944 unsigned mlir::getNestingDepth(Operation *op) { in getNestingDepth() function in mlir
1006 /*loopDepth=*/getNestingDepth(&*block.begin())))) { in getMemoryFootprintBytes()
1071 unsigned depth = getNestingDepth(forOp) + 1; in isLoopParallel()
/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h50 unsigned getNestingDepth(Operation *op);
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2667 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate()