Searched refs:NumOpts (Results 1 – 3 of 3) sorted by relevance
102 : NumOpts(OptVec.size()), Opts(new MCRegister[NumOpts]) { in AllowedRegVector()106 unsigned size() const { return NumOpts; } in size()110 if (NumOpts != Other.NumOpts)120 unsigned NumOpts = 0;127 return hash_combine(OptRegs.NumOpts, in hash_value()186 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts), in NodeMetadata()194 if (NumOpts > 0) { in NodeMetadata()212 NumOpts = Costs.getLength() - 1; in setup()246 return (DeniedOpts < NumOpts) || in isConservativelyAllocatable()248 &OptUnsafeEdges[NumOpts]); in isConservativelyAllocatable()[all …]
1123 if (unsigned NumOpts = options::extra.size()) in allSymbolsReadHook() local1124 cl::ParseCommandLineOptions(NumOpts, &options::extra[0]); in allSymbolsReadHook()
2183 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff() local2184 for (unsigned i = 0; i != NumOpts; ++i) { in printGenericOptionDiff()2192 for (unsigned j = 0; j != NumOpts; ++j) { in printGenericOptionDiff()