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.h32 double CheapRematCounts = 0.0; variable
45 double cheapRematCounts() const { return CheapRematCounts; } in cheapRematCounts()
52 void onCheapRemat(double Freq) { CheapRematCounts += Freq; } in onCheapRemat()
H A DRegAllocScore.cpp42 CheapRematCounts += Other.cheapRematCounts(); in operator +=()