Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp41 LoadStoreCounts += Other.loadStoreCounts(); in operator +=()
51 loadStoreCounts() == Other.loadStoreCounts() && in operator ==()
65 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()
H A DRegAllocScore.h43 double loadStoreCounts() const { return LoadStoreCounts; } in loadStoreCounts() function