Searched refs:getNestingDepth (Results 1 – 7 of 7) sorted by relevance
23 static unsigned getNestingDepth(Operation *op) { in getNestingDepth() function48 if (getNestingDepth(forOp) == loopDepth) in runOnFunction()
86 unsigned ipd = getNestingDepth(&*sliceUnion.insertPoint); in getSliceStr()
92 unsigned minSurroundingLoops = getNestingDepth(loadOp); in forwardStoreToLoad()
1443 unsigned loopDepth = getNestingDepth(storeOp); in fuseProducerConsumerNodes()
616 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 mlir1006 /*loopDepth=*/getNestingDepth(&*block.begin())))) { in getMemoryFootprintBytes()1071 unsigned depth = getNestingDepth(forOp) + 1; in isLoopParallel()
50 unsigned getNestingDepth(Operation *op);
2667 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate()