Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp533 using HintsInfo = SmallVector<HintInfo, 4>; typedef in __anonc49c92c20111::RAGreedy
535 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned);
536 void collectHintInfo(unsigned, HintsInfo &);
2856 void RAGreedy::collectHintInfo(unsigned Reg, HintsInfo &Out) { in collectHintInfo()
2880 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2904 HintsInfo Info; in tryHintRecoloring()