Searched refs:UseCount (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c393 UINT16 UseCount = 0; local
463 Args[i].UseCount = 0;
494 UseCount = Args[i].UseCount;
496 Args[i].Offset[UseCount] =
500 "Macro Arg #%u: %s UseCount %u Offset %u \n",
502 UseCount+1, Args[i].Offset[UseCount]);
504 Args[i].UseCount++;
505 if (Args[i].UseCount >
[all...]
H A Dpreprocess.h196 UINT16 UseCount; member in struct:pr_macro_arg
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h61 void IncUseCount() { UseCount++; }
63 size_t GetUseCount() const { return UseCount; }
76 size_t UseCount = 0; member in class:fuzzer::DictionaryEntry
/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmutex.c315 AcpiGbl_MutexInfo[MutexId].UseCount = 0;
429 AcpiGbl_MutexInfo[MutexId].UseCount++;
H A Dutinit.c270 AcpiGbl_MutexInfo[i].UseCount = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp138 int UseCount = 0; local
142 if (UseCount > MaxUses)
182 ++UseCount;
186 return UseCount > 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp234 unsigned UseCount = 0; local
236 I != E && UseCount < 100; ++I, ++UseCount) {
255 // Reset UseCount to allow more matches.
256 UseCount = 0;
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c589 AcpiUtGetMutexName (i), AcpiGbl_MutexInfo[i].UseCount);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3557 // reachable uses for each value is stored in UseCount, and instructions that
3605 unsigned int UseCount = 0;
3634 ++UseCount;
3642 if (UseCount == 0)
3645 UseCounts[Def] = UseCount;
4032 auto &UseCount = UseCounts[U->get()];
4033 if (--UseCount == 0) {
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h242 UINT32 UseCount; member in struct:acpi_mutex_info
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp334 uint32_t UseCount = 0; local
344 UE = N->use_end(); (UI != UE) && (UseCount < 2); ++UI) {
351 UseCount++;
358 UseCount++;
401 UseCount++;
405 return (UseCount > 1);

Completed in 295 milliseconds