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

Definitions

include/llvm/CodeGen/RegAllocPBQP.h
  198   NodeMetadata& operator=(NodeMetadata &&) = default;
  255   ReductionState RS = Unprocessed;
  256   unsigned NumOpts = 0;
  257   unsigned DeniedOpts = 0;
  258   std::unique_ptr<unsigned[]> OptUnsafeEdges;
  259   unsigned VReg = 0;
  260   GraphMetadata::AllowedRegVecRef AllowedRegs;
  263   bool everConservativelyAllocatable = false;
usr/include/c++/7.4.0/bits/shared_ptr.h
  317       operator=(shared_ptr&& __r) noexcept
usr/include/c++/7.4.0/bits/unique_ptr.h
  540       operator=(unique_ptr&& __u) noexcept