Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1474 auto enclosingLoop = loops.front(); in isPerfectlyNested() local
1478 if (parentForOp != enclosingLoop || !hasTwoElements(parentForOp.getBody())) in isPerfectlyNested()
1480 enclosingLoop = loop; in isPerfectlyNested()