Searched refs:isPerfectlyNested (Results 1 – 2 of 2) sorted by relevance
53 bool LLVM_ATTRIBUTE_UNUSED isPerfectlyNested(ArrayRef<AffineForOp> loops);
518 assert(isPerfectlyNested(input) && "input loops not perfectly nested"); in performPreTilingChecks()1476 mlir::isPerfectlyNested(ArrayRef<AffineForOp> loops) { in isPerfectlyNested() function in mlir1513 assert(isPerfectlyNested(input) && "input not perfectly nested"); in permuteLoops()