Searched refs:UseCount (Results 1 – 6 of 6) sorted by relevance
67 void IncUseCount() { UseCount++; } in IncUseCount()69 size_t GetUseCount() const { return UseCount; } in GetUseCount()82 size_t UseCount = 0; variable
138 int UseCount = 0; in checkArgumentUses() local142 if (UseCount > MaxUses) in checkArgumentUses()182 ++UseCount; in checkArgumentUses()186 return UseCount > 0; in checkArgumentUses()
234 unsigned UseCount = 0; in ClusterNeighboringLoads() local236 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads()256 UseCount = 0; in ClusterNeighboringLoads()
558 SizeT UseCount = 0; in postRegallocSplitting() member580 Info.UseCount++; in postRegallocSplitting()591 if (Info.UseCount < MinUseThreshold) in postRegallocSplitting()
3605 unsigned int UseCount = 0; in convertClassToDFSOrdered() local3634 ++UseCount; in convertClassToDFSOrdered()3642 if (UseCount == 0) in convertClassToDFSOrdered()3645 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()4032 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions() local4033 if (--UseCount == 0) { in eliminateInstructions()
334 uint32_t UseCount = 0; in shouldAvoidImmediateInstFormsForSize() local344 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()