Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocScore.cpp41 CopyCounts += Other.copyCounts(); in operator +=()
51 return copyCounts() == Other.copyCounts() && in operator ==()
65 Ret += CopyWeight * copyCounts(); in getScore()
H A DRegAllocScore.h40 double copyCounts() const { return CopyCounts; } in copyCounts() function
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DRegAllocScoreTest.cpp169 ASSERT_EQ(Freq1, TotalScore.copyCounts()); in TEST()
176 TotalScore.copyCounts() * CopyWeight + in TEST()