Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp40 StoreCounts += Other.storeCounts(); in operator +=()
50 storeCounts() == Other.storeCounts() && in operator ==()
64 Ret += StoreWeight * storeCounts(); in getScore()
H A DRegAllocScore.h42 double storeCounts() const { return StoreCounts; } in storeCounts() function