Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp543 using HintsInfo = SmallVector<HintInfo, 4>; typedef in __anon7d9722f50111::RAGreedy
545 BlockFrequency getBrokenHintFreq(const HintsInfo &, MCRegister);
546 void collectHintInfo(Register, HintsInfo &);
2893 void RAGreedy::collectHintInfo(Register Reg, HintsInfo &Out) { in collectHintInfo()
2916 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2940 HintsInfo Info; in tryHintRecoloring()