Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowWorklist.h22 template <typename Comp, unsigned QueueSize> class DataflowWorklistBase {
26 SmallVector<const CFGBlock *, QueueSize>, Comp>
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp397 bool createQueues(hsa_agent_t HSAAgent, uint32_t QueueSize) { in createQueues() argument
401 hsa_queue_create(HSAAgent, QueueSize, HSA_QUEUE_TYPE_MULTI, in createQueues()
1045 uint32_t QueueSize = 0; in RTLDeviceInfoTy() local
1048 HSAAgents[I], HSA_AGENT_INFO_QUEUE_MAX_SIZE, &QueueSize); in RTLDeviceInfoTy()
1054 if (QueueSize > MaxQueueSize) { in RTLDeviceInfoTy()
1055 QueueSize = MaxQueueSize; in RTLDeviceInfoTy()
1061 if (!QSched.createQueues(HSAAgents[I], QueueSize)) in RTLDeviceInfoTy()