Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c210 unsigned numBlockArguments; member
256 ++stats->numBlockArguments; in collectStatsSingle()
284 stats.numBlockArguments = 0; in collectStats()
298 if (stats.numValues != stats.numBlockArguments + stats.numOpResults) in collectStats()
307 fprintf(stderr, "Number of block arguments: %u\n", stats.numBlockArguments); in collectStats()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1002 unsigned numBlockArguments = front().getNumArguments(); in verifyBody() local
1003 if (numBlockArguments < numFuncArguments + numWorkgroupAttributions) in verifyBody()