Home
last modified time | relevance | path

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

/llvm-project/llvm/test/CodeGen/X86/
H A Dpr34421.ll29 %thread_counts = alloca [3 x i64], align 16
30 %0 = load i64, ptr %thread_counts, align 16
32 %arrayidx6 = getelementptr inbounds [3 x i64], ptr %thread_counts, i64 0, i64 1
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc148 const std::vector<int>* thread_counts = in FindBenchmarks() local
152 const size_t family_size = family->args_.size() * thread_counts->size(); in FindBenchmarks()
165 for (int num_threads : *thread_counts) { in FindBenchmarks()