Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp413 typedef SmallVector<HintInfo, 4> HintsInfo; typedef in __anon4e4d313f0111::RAGreedy
414 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned);
415 void collectHintInfo(unsigned, HintsInfo &);
2307 void RAGreedy::collectHintInfo(unsigned Reg, HintsInfo &Out) { in collectHintInfo()
2331 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2355 HintsInfo Info; in tryHintRecoloring()