Searched refs:UseCounts (Results 1 – 2 of 2) sorted by relevance
3544 DenseMap<const Value *, unsigned int> &UseCounts, in convertClassToDFSOrdered() argument3627 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()3855 DenseMap<const Value *, unsigned int> UseCounts; in eliminateInstructions() local3915 convertClassToDFSOrdered(*CC, DFSOrderedSet, UseCounts, ProbablyDead); in eliminateInstructions()4015 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions()4050 auto &LeaderUseCount = UseCounts[DominatingLeader]; in eliminateInstructions()4057 unsigned &IIUseCount = UseCounts[II]; in eliminateInstructions()
5149 std::map<const SDNode*, unsigned> UseCounts; in buildVector() local5154 UseCounts[Ld]++; in buildVector()5155 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()