Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocScore.cpp42 LoadCounts += Other.loadCounts(); in operator +=()
52 loadCounts() == Other.loadCounts() && in operator ==()
66 Ret += LoadWeight * loadCounts(); in getScore()
H A DRegAllocScore.h41 double loadCounts() const { return LoadCounts; } in loadCounts() function
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DRegAllocScoreTest.cpp170 ASSERT_EQ(2.0 * Freq1 + Freq2, TotalScore.loadCounts()); in TEST()
177 TotalScore.loadCounts() * LoadWeight + in TEST()