Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp536 using HintsInfo = SmallVector<HintInfo, 4>; typedef in __anon4935e8a80111::RAGreedy
538 BlockFrequency getBrokenHintFreq(const HintsInfo &, unsigned);
539 void collectHintInfo(unsigned, HintsInfo &);
2872 void RAGreedy::collectHintInfo(unsigned Reg, HintsInfo &Out) { in collectHintInfo()
2896 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2920 HintsInfo Info; in tryHintRecoloring()