Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h395 using HintsInfo = SmallVector<HintInfo, 4>; variable
397 BlockFrequency getBrokenHintFreq(const HintsInfo &, MCRegister);
398 void collectHintInfo(Register, HintsInfo &);
H A DRegAllocGreedy.cpp2389 void RAGreedy::collectHintInfo(Register Reg, HintsInfo &Out) { in collectHintInfo()
2412 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2436 HintsInfo Info; in tryHintRecoloring()