Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h102 : NumOpts(OptVec.size()), Opts(new MCRegister[NumOpts]) { in AllowedRegVector()
106 unsigned size() const { return NumOpts; } in size()
110 if (NumOpts != Other.NumOpts)
112 return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
120 unsigned NumOpts = 0;
126 MCRegister *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts; in hash_value()
127 return hash_combine(OptRegs.NumOpts, in hash_value()
186 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts), in NodeMetadata()
187 OptUnsafeEdges(new unsigned[NumOpts]), VReg(Other.VReg), in NodeMetadata()
194 if (NumOpts > 0) { in NodeMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2181 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff() local
2182 for (unsigned i = 0; i != NumOpts; ++i) { in printGenericOptionDiff()
2190 for (unsigned j = 0; j != NumOpts; ++j) { in printGenericOptionDiff()