Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.h396 using HintsInfo = SmallVector<HintInfo, 4>; variable
398 BlockFrequency getBrokenHintFreq(const HintsInfo &, MCRegister);
399 void collectHintInfo(Register, HintsInfo &);
H A DRegAllocGreedy.cpp2143 void RAGreedy::collectHintInfo(Register Reg, HintsInfo &Out) { in collectHintInfo()
2166 BlockFrequency RAGreedy::getBrokenHintFreq(const HintsInfo &List, in getBrokenHintFreq()
2190 HintsInfo Info; in tryHintRecoloring()