Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp414 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned);
2331 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq() function in RAGreedy
2395 BlockFrequency OldCopiesCost = getBrokenHintFreq(Info, CurrPhys); in tryHintRecoloring()
2396 BlockFrequency NewCopiesCost = getBrokenHintFreq(Info, PhysReg); in tryHintRecoloring()