Searched refs:NumOpts (Results 1 – 3 of 3) sorted by relevance
100 : NumOpts(OptVec.size()), Opts(new unsigned[NumOpts]) { in AllowedRegVector()104 unsigned size() const { return NumOpts; } in size()108 if (NumOpts != Other.NumOpts)110 return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());118 unsigned NumOpts = 0;124 unsigned *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts; in hash_value()125 return hash_combine(OptRegs.NumOpts, in hash_value()184 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts), in NodeMetadata()185 OptUnsafeEdges(new unsigned[NumOpts]), VReg(Other.VReg), in NodeMetadata()191 if (NumOpts > 0) { in NodeMetadata()[all …]
1623 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff() local1624 for (unsigned i = 0; i != NumOpts; ++i) { in printGenericOptionDiff()1632 for (unsigned j = 0; j != NumOpts; ++j) { in printGenericOptionDiff()
1994 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff() local1995 for (unsigned i = 0; i != NumOpts; ++i) { in printGenericOptionDiff()2003 for (unsigned j = 0; j != NumOpts; ++j) { in printGenericOptionDiff()