Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h101 : NumOpts(OptVec.size()), Opts(new unsigned[NumOpts]) { in AllowedRegVector()
105 unsigned size() const { return NumOpts; } in size()
109 if (NumOpts != Other.NumOpts)
119 unsigned NumOpts = 0;
126 return hash_combine(OptRegs.NumOpts, in hash_value()
185 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts), in NodeMetadata()
192 if (NumOpts > 0) { in NodeMetadata()
210 NumOpts = Costs.getLength() - 1; in setup()
244 return (DeniedOpts < NumOpts) || in isConservativelyAllocatable()
246 &OptUnsafeEdges[NumOpts]); in isConservativelyAllocatable()
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1706 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff() local
1707 for (unsigned i = 0; i != NumOpts; ++i) { in printGenericOptionDiff()
1715 for (unsigned j = 0; j != NumOpts; ++j) { in printGenericOptionDiff()