Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp389 struct HintInfo { struct in __anon4e4d313f0111::RAGreedy
397 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg) in HintInfo() argument
400 typedef SmallVector<HintInfo, 4> HintsInfo;
2291 Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()), OtherReg, in collectHintInfo()
2302 for (const HintInfo &Info : List) { in getBrokenHintFreq()
2381 for (const HintInfo &HI : Info) { in tryHintRecoloring()