Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.h33 double CheapRematCounts = 0.0; variable
46 double cheapRematCounts() const { return CheapRematCounts; } in cheapRematCounts()
53 void onCheapRemat(double Freq) { CheapRematCounts += Freq; } in onCheapRemat()
H A DRegAllocScore.cpp43 CheapRematCounts += Other.cheapRematCounts(); in operator +=()