Searched refs:OptRegs (Results 1 – 1 of 1) sorted by relevance
130 inline hash_code hash_value(const AllowedRegVector &OptRegs) { in hash_value() argument131 unsigned *OStart = OptRegs.Opts.get(); in hash_value()132 unsigned *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts; in hash_value()133 return hash_combine(OptRegs.NumOpts, in hash_value()