Home
last modified time | relevance | path

Searched refs:UseCounts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3585 DenseMap<const Value *, unsigned int> &UseCounts, in convertClassToDFSOrdered() argument
3668 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()
3897 DenseMap<const Value *, unsigned int> UseCounts; in eliminateInstructions() local
3957 convertClassToDFSOrdered(*CC, DFSOrderedSet, UseCounts, ProbablyDead); in eliminateInstructions()
4066 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions()
4101 auto &LeaderUseCount = UseCounts[DominatingLeader]; in eliminateInstructions()
4108 auto It = UseCounts.find(II); in eliminateInstructions()
4109 if (It != UseCounts.end()) { in eliminateInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5794 std::map<const SDNode*, unsigned> UseCounts; in buildVector() local
5799 UseCounts[Ld]++; in buildVector()
5800 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()