Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocScore.h52 void onCheapRemat(double Freq) { CheapRematCounts += Freq; } in onCheapRemat() function
DRegAllocScore.cpp106 MBBScore.onCheapRemat(BlockFreqRelativeToEntrypoint); in calculateRegAllocScore()