Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DLoops.cpp227 SetVector<Operation *> loopSet; in linalgOpToLoopsImpl() local
236 loopSet.insert(ivVal.getOwner()->getParentOp()); in linalgOpToLoopsImpl()
238 LinalgLoops loops(loopSet.begin(), loopSet.end()); in linalgOpToLoopsImpl()