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()
49 unsigned getNestingDepth(Operation *op);
92 unsigned ipd = getNestingDepth(&*sliceUnion.insertPoint); in getSliceStr()
827 if ((!isBackwardSlice && loopDepth > getNestingDepth(i)) || in computeSliceUnion()828 (isBackwardSlice && loopDepth > getNestingDepth(j))) { in computeSliceUnion()1241 unsigned mlir::getNestingDepth(Operation *op) { in getNestingDepth() function in mlir1303 /*loopDepth=*/getNestingDepth(&*block.begin())))) { in getMemoryFootprintBytes()
167 unsigned depth = getNestingDepth(forOp) + 1; in isLoopMemoryParallel()
2384 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate()