Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp317 int32_t *MinBlocksVal, in handleCUDALaunchBoundsAttr() argument
339 if (MinBlocksVal) in handleCUDALaunchBoundsAttr()
340 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1637 int32_t *MinBlocksVal = nullptr,