Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocScore.cpp41 StoreCounts += Other.storeCounts(); in operator +=()
51 storeCounts() == Other.storeCounts() && in operator ==()
65 Ret += StoreWeight * storeCounts(); in getScore()
DRegAllocScore.h42 double storeCounts() const { return StoreCounts; } in storeCounts() function