Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.h31 double StoreCounts = 0.0; variable
42 double storeCounts() const { return StoreCounts; } in storeCounts()
49 void onStore(double Freq) { StoreCounts += Freq; } in onStore()
H A DRegAllocScore.cpp40 StoreCounts += Other.storeCounts(); in operator +=()