Home
last modified time | relevance | path

Searched refs:isPerfectlyNested (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h53 bool LLVM_ATTRIBUTE_UNUSED isPerfectlyNested(ArrayRef<AffineForOp> loops);
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp518 assert(isPerfectlyNested(input) && "input loops not perfectly nested"); in performPreTilingChecks()
1476 mlir::isPerfectlyNested(ArrayRef<AffineForOp> loops) { in isPerfectlyNested() function in mlir
1513 assert(isPerfectlyNested(input) && "input not perfectly nested"); in permuteLoops()