Searched refs:isPerfectlyNested (Results 1 – 2 of 2) sorted by relevance
58 bool LLVM_ATTRIBUTE_UNUSED isPerfectlyNested(ArrayRef<AffineForOp> loops);
474 if (!isPerfectlyNested(input)) { in performPreTilingChecks()1465 mlir::isPerfectlyNested(ArrayRef<AffineForOp> loops) { in isPerfectlyNested() function in mlir1502 assert(isPerfectlyNested(input) && "input not perfectly nested"); in permuteLoops()