Searched refs:UseCount (Results 1 – 8 of 8) sorted by relevance
68 void IncUseCount() { UseCount++; } in GetUseCount() 70 size_t GetUseCount() const { return UseCount; }83 size_t UseCount = 0;81 size_t UseCount = 0; global() variable
131 bool UseCount; member 162 << "_" << info.param.Threads << (info.param.UseCount ? "_UseCount" : "") in PrintStackDepotBenchmarkParams() 189 if (Param.UseCount) in TEST_P()
96 unsigned UseCount() const { return RefCount; } in UseCount() function129 unsigned UseCount() const { return RefCount.load(std::memory_order_relaxed); } in UseCount() function162 static unsigned useCount(const T *obj) { return obj->UseCount(); } in useCount()
115 int UseCount = 0; in getStoredType() local132 if (UseCount++ > MaxUses) in getStoredType()
238 unsigned UseCount = 0; in ClusterNeighboringLoads() local 240 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads() 262 // Reset UseCount to allow more matches. in ClusterNeighboringLoads() 263 UseCount = 0; in ClusterNeighboringLoads()
607 AMDGPUSignalTy() : HSASignal({0}), UseCount() {} in AMDGPUSignalTy() 608 AMDGPUSignalTy(AMDGPUDeviceTy &Device) : HSASignal({0}), UseCount() {}660 void increaseUseCount() { UseCount.increase(); }663 bool decreaseUseCount() { return UseCount.decrease(); }673 RefCountTy<> UseCount;675 RefCountTy<> UseCount; global() member
3612 // reachable uses for each value is stored in UseCount, and instructions that in convertClassToDFSOrdered() 3660 unsigned int UseCount = 0; in convertClassToDFSOrdered() 3689 ++UseCount; in convertClassToLoadsAndStores() 3697 if (UseCount == 0)3700 UseCounts[Def] = UseCount; in deleteInstructionsInBlock() 4099 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions() 4100 if (--UseCount == 0) { in eliminateInstructions() 3623 unsigned int UseCount = 0; convertClassToDFSOrdered() local 4061 auto &UseCount = UseCounts[U->get()]; eliminateInstructions() local
364 uint32_t UseCount = 0; in shouldAvoidImmediateInstFormsForSize() 374 if (UseCount >= 2) in shouldAvoidImmediateInstFormsForSize() 380 UseCount++; in shouldAvoidImmediateInstFormsForSize() 387 UseCount++; in shouldAvoidImmediateInstFormsForSize() 431 UseCount++; in getInsertVINSERTImmediate() 435 return (UseCount > 1); in getInsertVINSERTImmediate() 332 uint32_t UseCount = 0; shouldAvoidImmediateInstFormsForSize() local