Searched refs:UseCounts (Results 1 – 2 of 2) sorted by relevance
3616 DenseMap<const Value *, unsigned int> &UseCounts, in convertClassToDFSOrdered() argument3699 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()3928 DenseMap<const Value *, unsigned int> UseCounts; in eliminateInstructions() local3989 convertClassToDFSOrdered(*CC, DFSOrderedSet, UseCounts, ProbablyDead); in eliminateInstructions()4098 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions()4134 auto &LeaderUseCount = UseCounts[DominatingLeader]; in eliminateInstructions()4141 auto It = UseCounts.find(II); in eliminateInstructions()4142 if (It != UseCounts.end()) { in eliminateInstructions()
6399 std::map<const SDNode*, unsigned> UseCounts; in buildVector() local6404 unsigned Count = ++UseCounts[Ld]; in buildVector()6405 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < Count) in buildVector()