Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocScore.cpp39 CopyCounts += Other.copyCounts(); in operator +=()
49 return copyCounts() == Other.copyCounts() && in operator ==()
63 Ret += CopyWeight * copyCounts(); in getScore()
DRegAllocScore.h40 double copyCounts() const { return CopyCounts; } in copyCounts() function