Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp322 unsigned yieldCount = 0; in verifyRegions() local
329 ++yieldCount; in verifyRegions()
332 if (yieldCount == 0) in verifyRegions()