Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp402 struct HintInfo { struct in __anon4e4d313f0111::RAGreedy
410 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg) in HintInfo() argument
413 typedef SmallVector<HintInfo, 4> HintsInfo;
2323 Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()), OtherReg, in collectHintInfo()
2334 for (const HintInfo &Info : List) { in getBrokenHintFreq()
2413 for (const HintInfo &HI : Info) { in tryHintRecoloring()