Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocScore.cpp40 LoadCounts += Other.loadCounts(); in operator +=()
50 loadCounts() == Other.loadCounts() && in operator ==()
64 Ret += LoadWeight * loadCounts(); in getScore()
H A DRegAllocScore.h41 double loadCounts() const { return LoadCounts; } in loadCounts() function