Searched refs:getNestingDepth (Results 1 – 6 of 6) sorted by relevance
23 static unsigned getNestingDepth(Operation *op) { in getNestingDepth() function58 if (getNestingDepth(forOp) == loopDepth) in runOnOperation()
95 unsigned ipd = getNestingDepth(&*sliceUnion.insertPoint); in getSliceStr()
233 unsigned getNestingDepth(Operation *op);
1433 if ((!isBackwardSlice && loopDepth > getNestingDepth(i)) || in computeSliceUnion() 1434 (isBackwardSlice && loopDepth > getNestingDepth(j))) { in computeSliceUnion() 1848 unsigned mlir::affine::getNestingDepth(Operation *op) { in getNestingDepth() function in mlir::affine 1926 /*loopDepth=*/getNestingDepth(&*block.begin())))) { in getMemoryFootprintBytes()
171 unsigned depth = getNestingDepth(forOp) + 1; in isLoopMemoryParallel()
2286 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate()