Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.h386 using HintsInfo = SmallVector<HintInfo, 4>; variable
388 BlockFrequency getBrokenHintFreq(const HintsInfo &, MCRegister);
389 void collectHintInfo(Register, HintsInfo &);
H A DRegAllocGreedy.cpp2054 void RAGreedy::collectHintInfo(Register Reg, HintsInfo &Out) { in collectHintInfo()
2077 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2101 HintsInfo Info; in tryHintRecoloring()