Searched refs:HintsInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 415 typedef SmallVector<HintInfo, 4> HintsInfo; typedef in __anon4e4d313f0111::RAGreedy 416 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned); 417 void collectHintInfo(unsigned, HintsInfo &); 2317 void RAGreedy::collectHintInfo(unsigned Reg, HintsInfo &Out) { in collectHintInfo() 2341 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq() 2365 HintsInfo Info; in tryHintRecoloring()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 533 using HintsInfo = SmallVector<HintInfo, 4>; typedef in __anondab441770111::RAGreedy 535 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned); 536 void collectHintInfo(unsigned, HintsInfo &); 2826 void RAGreedy::collectHintInfo(unsigned Reg, HintsInfo &Out) { in collectHintInfo() 2850 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq() 2874 HintsInfo Info; in tryHintRecoloring()
|