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

References

include/llvm/CodeGen/RegAllocPBQP.h
  101     std::copy(OptVec.begin(), OptVec.end(), Opts.get());
  105   unsigned operator[](size_t I) const { return Opts[I]; }
  110     return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
  110     return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
  110     return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
  123   unsigned *OStart = OptRegs.Opts.get();
  124   unsigned *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts;