Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp543 using HintsInfo = SmallVector<HintInfo, 4>; typedef in __anone1e285680111::RAGreedy
545 BlockFrequency getBrokenHintFreq(const HintsInfo &, MCRegister);
546 void collectHintInfo(Register, HintsInfo &);
2874 void RAGreedy::collectHintInfo(Register Reg, HintsInfo &Out) { in collectHintInfo()
2897 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2921 HintsInfo Info; in tryHintRecoloring()