Lines Matching full:hints
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
29 SmallVector<MCPhysReg, 16> Hints;
42 /// Get the allocation order without reordered hints.
50 return Hints.end()[Pos++];
62 /// This can produce more than Limit registers if there are hints.
65 return Hints.end()[Pos++];
72 void rewind() { Pos = -int(Hints.size()); }
79 return std::find(Hints.begin(), Hints.end(), PhysReg) != Hints.end();