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.cpp39 LoadCounts += Other.loadCounts(); in operator +=()
49 loadCounts() == Other.loadCounts() && in operator ==()
63 Ret += LoadWeight * loadCounts(); in getScore()
H A DRegAllocScore.h41 double loadCounts() const { return LoadCounts; } in loadCounts() function