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

References

include/llvm/Analysis/BranchProbabilityInfo.h
   72     PostDominatedByColdCall = std::move(RHS.PostDominatedByColdCall);
   73     PostDominatedByUnreachable = std::move(RHS.PostDominatedByUnreachable);
include/llvm/Support/type_traits.h
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
  282 void PHILinearize::clear() { PHIInfo = PHIInfoT(); }
unittests/ADT/SmallPtrSetTest.cpp
  153   s1 = std::move(s3);
utils/TableGen/GlobalISelEmitter.cpp
  867   RuleMatcher &operator=(RuleMatcher &&Other) = default;