Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp401 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned);
2299 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq() function in RAGreedy
2363 BlockFrequency OldCopiesCost = getBrokenHintFreq(Info, CurrPhys); in tryHintRecoloring()
2364 BlockFrequency NewCopiesCost = getBrokenHintFreq(Info, PhysReg); in tryHintRecoloring()