Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp38 CopyCounts += Other.copyCounts(); in operator +=()
48 return copyCounts() == Other.copyCounts() && in operator ==()
62 Ret += CopyWeight * copyCounts(); in getScore()
H A DRegAllocScore.h40 double copyCounts() const { return CopyCounts; } in copyCounts() function