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

References

include/llvm/ADT/Optional.h
  104       value = std::move(y);
include/llvm/Analysis/BranchProbabilityInfo.h
   71     Probs = std::move(RHS.Probs);
include/llvm/Analysis/LoopInfo.h
  872     BBMap = std::move(RHS.BBMap);
include/llvm/Analysis/RegionInfo.h
  710     BBtoRegion = std::move(RHS.BBtoRegion);
include/llvm/Option/ArgList.h
  164     OptRanges = std::move(RHS.OptRanges);
include/llvm/Support/GenericDomTree.h
  268     DomTreeNodes = std::move(RHS.DomTreeNodes);
include/llvm/Support/type_traits.h
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
include/llvm/XRay/Profile.h
   97     PathIDMap = std::move(O.PathIDMap);
lib/Analysis/LazyCallGraph.cpp
  216   NodeMap = std::move(G.NodeMap);
  219   SCCMap = std::move(G.SCCMap);
lib/Analysis/MustExecute.cpp
  108         BlockColors = colorEHFunclets(*Fn);
lib/Analysis/StratifiedSets.h
   88   StratifiedSets &operator=(StratifiedSets &&) = default;
lib/Analysis/TargetLibraryInfo.cpp
  598   CustomNames = std::move(TLI.CustomNames);
lib/CodeGen/BranchFolding.cpp
  208   EHScopeMembership = getEHScopeMembership(MF);
 1277   EHScopeMembership = getEHScopeMembership(MF);
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  325     EHInfo.EHPadUnwindMap = std::move(NewMap);
lib/CodeGen/WinEHPrepare.cpp
  679   BlockColors = colorEHFunclets(F);
lib/Linker/IRMover.cpp
  537   ~IRLinker() { SharedMDs = std::move(*ValueMap.getMDMap()); }
lib/Target/AMDGPU/GCNRegPressure.cpp
  299     LiveRegs = After ? getLiveRegsAfter(MI, LIS)
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  499     MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs();
  528     BBLiveInMap = getBBLiveInMap();
lib/Transforms/IPO/FunctionImport.cpp
  877   ModuleToSummariesForIndex[ModulePath] =
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  563     BlockColors = colorEHFunclets(F);
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  753     BlockColors = colorEHFunclets(F);
lib/Transforms/Scalar/LoopLoadElimination.cpp
  480     InstOrder = LAI.getDepChecker().generateInstructionOrderMap();
tools/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
   90   CachedFileSystemEntry &operator=(CachedFileSystemEntry &&) = default;
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
   89   Result.PPSkippedRangeMapping = std::move(Mapping);
tools/dsymutil/DebugMap.h
  218   DebugMapObject &operator=(DebugMapObject &&) = default;
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 1640     g_vsc.source_breakpoints[path] = std::move(request_bps);
tools/llvm-objcopy/COFF/Object.cpp
   28   SymbolMap = DenseMap<size_t, Symbol *>(Symbols.size());
   72   SectionMap = DenseMap<ssize_t, Section *>(Sections.size());
usr/include/c++/7.4.0/bits/move.h
  199       __a = _GLIBCXX_MOVE(__b);
  200       __b = _GLIBCXX_MOVE(__tmp);
utils/TableGen/GlobalISelEmitter.cpp
  867   RuleMatcher &operator=(RuleMatcher &&Other) = default;