Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocScore.cpp42 LoadStoreCounts += Other.loadStoreCounts(); in operator +=()
52 loadStoreCounts() == Other.loadStoreCounts() && in operator ==()
66 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()
H A DRegAllocScore.h43 double loadStoreCounts() const { return LoadStoreCounts; } in loadStoreCounts() function