Home
last modified time | relevance | path

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

/llvm-project/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/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp95 unsigned ipd = getNestingDepth(&*sliceUnion.insertPoint); in getSliceStr()
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h233 unsigned getNestingDepth(Operation *op);
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1433 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()
H A DAffineAnalysis.cpp171 unsigned depth = getNestingDepth(forOp) + 1; in isLoopMemoryParallel()
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2286 unsigned copyDepth = getNestingDepth(&*begin); in affineDataCopyGenerate()