Home
last modified time | relevance | path

Searched defs:parentLoop (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp106 auto parentLoop = user->getParentOfType<LoopLikeOpInterface>(); in multiBuffer() local
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp602 if (auto parentLoop = parallelOp->getParentOfType<ParallelOp>()) matchAndRewrite() local