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.cpp3616 DenseMap<const Value *, unsigned int> &UseCounts, in convertClassToDFSOrdered() argument
3699 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()
3928 DenseMap<const Value *, unsigned int> UseCounts; in eliminateInstructions() local
3989 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6399 std::map<const SDNode*, unsigned> UseCounts; in buildVector() local
6404 unsigned Count = ++UseCounts[Ld]; in buildVector()
6405 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < Count) in buildVector()