Searched refs:NumOpts (Results 1 – 2 of 2) sorted by relevance
101 : 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 …]
1706 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff() local1707 for (unsigned i = 0; i != NumOpts; ++i) { in printGenericOptionDiff()1715 for (unsigned j = 0; j != NumOpts; ++j) { in printGenericOptionDiff()