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

References

include/llvm/CodeGen/RegAllocPBQP.h
  184     : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
  184     : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
  184     : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
  185       OptUnsafeEdges(new unsigned[NumOpts]), VReg(Other.VReg),
  186       AllowedRegs(Other.AllowedRegs)
  188       , everConservativelyAllocatable(Other.everConservativelyAllocatable)
  192       std::copy(&Other.OptUnsafeEdges[0], &Other.OptUnsafeEdges[NumOpts],
  192       std::copy(&Other.OptUnsafeEdges[0], &Other.OptUnsafeEdges[NumOpts],