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.cpp43 CheapRematCounts += Other.cheapRematCounts(); in operator +=()
53 cheapRematCounts() == Other.cheapRematCounts() && in operator ==()
67 Ret += CheapRematWeight * cheapRematCounts(); in getScore()
H A DRegAllocScore.h46 double cheapRematCounts() const { return CheapRematCounts; } in cheapRematCounts() function