Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp27 STATISTIC(MaxQueueSize, "Maximum size of the worklist");
170 MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size()); in enqueue()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1053 enum { MaxQueueSize = 4096 }; in RTLDeviceInfoTy() enumerator
1054 if (QueueSize > MaxQueueSize) { in RTLDeviceInfoTy()
1055 QueueSize = MaxQueueSize; in RTLDeviceInfoTy()