Home
last modified time | relevance | path

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

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