Home
last modified time | relevance | path

Searched refs:UseCount (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDictionary.h61 void IncUseCount() { UseCount++; } in IncUseCount()
63 size_t GetUseCount() const { return UseCount; } in GetUseCount()
76 size_t UseCount = 0; variable
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDictionary.h61 void IncUseCount() { UseCount++; } in IncUseCount()
63 size_t GetUseCount() const { return UseCount; } in GetUseCount()
76 size_t UseCount = 0; variable
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp138 int UseCount = 0; in checkArgumentUses() local
142 if (UseCount > MaxUses) in checkArgumentUses()
182 ++UseCount; in checkArgumentUses()
186 return UseCount > 0; in checkArgumentUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp138 int UseCount = 0; in checkArgumentUses() local
142 if (UseCount > MaxUses) in checkArgumentUses()
182 ++UseCount; in checkArgumentUses()
186 return UseCount > 0; in checkArgumentUses()
/external/llvm/lib/Fuzzer/
DFuzzerInternal.h166 void IncUseCount() { UseCount++; } in IncUseCount()
168 size_t GetUseCount() const { return UseCount; } in GetUseCount()
174 size_t UseCount = 0; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp219 unsigned UseCount = 0; in ClusterNeighboringLoads() local
221 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads()
239 UseCount = 0; in ClusterNeighboringLoads()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp234 unsigned UseCount = 0; in ClusterNeighboringLoads() local
236 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads()
256 UseCount = 0; in ClusterNeighboringLoads()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp234 unsigned UseCount = 0; in ClusterNeighboringLoads() local
236 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads()
259 UseCount = 0; in ClusterNeighboringLoads()
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp589 SizeT UseCount = 0; in postRegallocSplitting() member
611 Info.UseCount++; in postRegallocSplitting()
622 if (Info.UseCount < MinUseThreshold) in postRegallocSplitting()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp293 uint32_t UseCount = 0; in shouldAvoidImmediateInstFormsForSize() local
303 UE = N->use_end(); (UI != UE) && (UseCount < 2); ++UI) { in shouldAvoidImmediateInstFormsForSize()
310 UseCount++; in shouldAvoidImmediateInstFormsForSize()
317 UseCount++; in shouldAvoidImmediateInstFormsForSize()
355 UseCount++; in shouldAvoidImmediateInstFormsForSize()
359 return (UseCount > 1); in shouldAvoidImmediateInstFormsForSize()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3558 unsigned int UseCount = 0; in convertClassToDFSOrdered() local
3587 ++UseCount; in convertClassToDFSOrdered()
3595 if (UseCount == 0) in convertClassToDFSOrdered()
3598 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()
3986 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions() local
3987 if (--UseCount == 0) { in eliminateInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3605 unsigned int UseCount = 0; in convertClassToDFSOrdered() local
3634 ++UseCount; in convertClassToDFSOrdered()
3642 if (UseCount == 0) in convertClassToDFSOrdered()
3645 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()
4032 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions() local
4033 if (--UseCount == 0) { in eliminateInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp334 uint32_t UseCount = 0; in shouldAvoidImmediateInstFormsForSize() local
344 UE = N->use_end(); (UI != UE) && (UseCount < 2); ++UI) { in shouldAvoidImmediateInstFormsForSize()
351 UseCount++; in shouldAvoidImmediateInstFormsForSize()
358 UseCount++; in shouldAvoidImmediateInstFormsForSize()
401 UseCount++; in shouldAvoidImmediateInstFormsForSize()
405 return (UseCount > 1); in shouldAvoidImmediateInstFormsForSize()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp328 uint32_t UseCount = 0; in shouldAvoidImmediateInstFormsForSize() local
338 UE = N->use_end(); (UI != UE) && (UseCount < 2); ++UI) { in shouldAvoidImmediateInstFormsForSize()
345 UseCount++; in shouldAvoidImmediateInstFormsForSize()
352 UseCount++; in shouldAvoidImmediateInstFormsForSize()
396 UseCount++; in shouldAvoidImmediateInstFormsForSize()
400 return (UseCount > 1); in shouldAvoidImmediateInstFormsForSize()