Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.h30 double LoadCounts = 0.0; variable
41 double loadCounts() const { return LoadCounts; } in loadCounts()
48 void onLoad(double Freq) { LoadCounts += Freq; } in onLoad()
H A DRegAllocScore.cpp39 LoadCounts += Other.loadCounts(); in operator +=()