Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp354 int32_t *MinBlocksVal, in handleCUDALaunchBoundsAttr() argument
372 if (MinBlocksVal) in handleCUDALaunchBoundsAttr()
373 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1725 int32_t *MinBlocksVal = nullptr,