Searched refs:HintInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 404 struct HintInfo { struct in __anon4e4d313f0111::RAGreedy 412 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg) in HintInfo() argument 415 typedef SmallVector<HintInfo, 4> HintsInfo; 2333 Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()), OtherReg, in collectHintInfo() 2344 for (const HintInfo &Info : List) { in getBrokenHintFreq() 2423 for (const HintInfo &HI : Info) { in tryHintRecoloring()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 521 struct HintInfo { struct in __anondab441770111::RAGreedy 530 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg) in HintInfo() argument 533 using HintsInfo = SmallVector<HintInfo, 4>; 2842 Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()), OtherReg, in collectHintInfo() 2853 for (const HintInfo &Info : List) { in getBrokenHintFreq() 2933 for (const HintInfo &HI : Info) { in tryHintRecoloring()
|