Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1485 auto enclosingLoop = loops.front(); in isPerfectlyNested() local
1489 if (parentForOp != enclosingLoop || !hasTwoElements(parentForOp.getBody())) in isPerfectlyNested()
1491 enclosingLoop = loop; in isPerfectlyNested()