Searched refs:UseCounts (Results 1 – 2 of 2) sorted by relevance
3574 DenseMap<const Value *, unsigned int> &UseCounts, in convertClassToDFSOrdered() argument3657 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()3885 DenseMap<const Value *, unsigned int> UseCounts; in eliminateInstructions() local3945 convertClassToDFSOrdered(*CC, DFSOrderedSet, UseCounts, ProbablyDead); in eliminateInstructions()4045 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions()4080 auto &LeaderUseCount = UseCounts[DominatingLeader]; in eliminateInstructions()4087 unsigned &IIUseCount = UseCounts[II]; in eliminateInstructions()
5389 std::map<const SDNode*, unsigned> UseCounts; in buildVector() local5394 UseCounts[Ld]++; in buildVector()5395 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()