Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h392 struct HintInfo { struct
401 HintInfo(BlockFrequency Freq, Register Reg, MCRegister PhysReg) in HintInfo() argument
404 using HintsInfo = SmallVector<HintInfo, 4>;
H A DRegAllocGreedy.cpp2257 Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()), OtherReg, in collectHintInfo()
2268 for (const HintInfo &Info : List) { in getBrokenHintFreq()
2353 for (const HintInfo &HI : Info) { in tryHintRecoloring()