Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp293 int32_t *MinBlocksVal, in handleCUDALaunchBoundsAttr() argument
315 if (MinBlocksVal) in handleCUDALaunchBoundsAttr()
316 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1558 int32_t *MinBlocksVal = nullptr,