reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/RegAllocPBQP.h
  100     : NumOpts(OptVec.size()), Opts(new unsigned[NumOpts]) {
  104   unsigned size() const { return NumOpts; }
  108     if (NumOpts != Other.NumOpts)
  108     if (NumOpts != Other.NumOpts)
  110     return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
  124   unsigned *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts;
  125   return hash_combine(OptRegs.NumOpts,