| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | IntrusiveRefCntPtr.h | 72 mutable unsigned RefCount = 0; variable 78 void Retain() const { ++RefCount; } in Retain() 81 assert(RefCount > 0 && "Reference count is already zero."); in Release() 82 if (--RefCount == 0) in Release() 89 mutable std::atomic<int> RefCount; variable 92 ThreadSafeRefCountedBase() : RefCount(0) {} in ThreadSafeRefCountedBase() 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() 98 int NewRefCount = RefCount.fetch_sub(1, std::memory_order_acq_rel) - 1; in Release()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysisEvaluator.h | 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount; variable 43 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(), in AAEvaluator() 51 ModCount(Arg.ModCount), RefCount(Arg.RefCount), in AAEvaluator()
|
| H A D | AliasSetTracker.h | 155 unsigned RefCount : 27; variable 188 void addRef() { ++RefCount; } in addRef() 191 assert(RefCount >= 1 && "Invalid reference count detected!"); in dropRef() 192 if (--RefCount == 0) in dropRef() 272 : PtrListEnd(&PtrList), RefCount(0), AliasAny(false), Access(NoAccess), in AliasSet()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteRope.h | 35 unsigned RefCount; member 38 void Retain() { ++RefCount; } in Retain() 41 assert(RefCount > 0 && "Reference count is already zero."); in Release() 42 if (--RefCount == 0) in Release()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 55 unsigned RefCount = 0; variable 114 void addRef(int Delta) { RefCount += Delta; } in addRef() 116 bool hasRefs() const { return RefCount > 0; } in hasRefs()
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.cc | 47 if (atomic_fetch_sub(&C->RefCount, 1, memory_order_acq_rel) == 1) in decRefCount() 54 atomic_fetch_add(&C->RefCount, 1, memory_order_acq_rel); in incRefCount() 116 atomic_store(&BackingStore->RefCount, 1, memory_order_release); in init() 117 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release); in init()
|
| H A D | xray_buffer_queue.h | 45 atomic_uint64_t RefCount; member
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | AliasAnalysisEvaluator.cpp | 251 ++RefCount; in runInternal() 298 ++RefCount; in runInternal() 361 int64_t ModRefSum = NoModRefCount + RefCount + ModCount + ModRefCount + in ~AAEvaluator() 372 errs() << " " << RefCount << " ref responses "; in ~AAEvaluator() 373 PrintPercent(RefCount, ModRefSum); in ~AAEvaluator() 386 << ModCount * 100 / ModRefSum << "%/" << RefCount * 100 / ModRefSum in ~AAEvaluator()
|
| H A D | AliasSetTracker.cpp | 124 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!"); in removeFromTracker() 627 OS << " AliasSet[" << (const void*)this << ", " << RefCount << "] "; in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 192 mutable unsigned RefCount = 0; variable 194 void Retain() const { ++RefCount; } in Retain() 1200 assert(RefCount > 0 && "Reference count is already zero."); in Release() 1201 --RefCount; in Release() 1203 if (RefCount > 0) in Release()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 312 unsigned RefCount; member 315 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry() 785 CPE->RefCount++; in initializeFunctionInfo() 1042 if (--CPE->RefCount == 0) { in decrementCPEReferenceCount() 1092 CPEs[i].RefCount++; in findInRangeCPEntry() 1148 CPEs[i].RefCount++; in findLongFormInRangeCPEntry() 1459 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) { in removeUnusedCPEntries()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/ |
| H A D | RewriteRope.cpp | 791 Res->RefCount = 0; in MakeRopeString() 801 Res->RefCount = 0; in MakeRopeString()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMConstantIslandPass.cpp | 159 unsigned RefCount; member 162 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry() 849 CPE->RefCount++; in initializeFunctionInfo() 1138 if (--CPE->RefCount == 0) { in decrementCPEReferenceCount() 1194 CPEs[i].RefCount++; in findInRangeCPEntry() 1590 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) { in removeUnusedCPEntries() 2273 ++Entry->RefCount; in optimizeThumb2JumpTables()
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 264 0002CD70 Length 0x002C utcache-0453 [Operand] Integer RefCount 0x0001
|