Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/
H A DTestLoopUnrolling.cpp23 static unsigned getNestingDepth(Operation *op) { in getNestingDepth() function
58 if (getNestingDepth(forOp) == loopDepth) in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h49 unsigned getNestingDepth(Operation *op);
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp92 unsigned ipd = getNestingDepth(&*sliceUnion.insertPoint); in getSliceStr()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp827 if ((!isBackwardSlice && loopDepth > getNestingDepth(i)) || in computeSliceUnion()
828 (isBackwardSlice && loopDepth > getNestingDepth(j))) { in computeSliceUnion()
1241 unsigned mlir::getNestingDepth(Operation *op) { in getNestingDepth() function in mlir
1303 /*loopDepth=*/getNestingDepth(&*block.begin())))) { in getMemoryFootprintBytes()
H A DAffineAnalysis.cpp167 unsigned depth = getNestingDepth(forOp) + 1; in isLoopMemoryParallel()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2384 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate()