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

References

include/llvm/CodeGen/MachineFunction.h
  987     CallSitesInfo[CallI] = std::move(CallInfo);
include/llvm/CodeGen/SelectionDAG.h
 1692     SDCallSiteDbgInfo[CallNode].CSInfo = std::move(CallInfo);
lib/Analysis/LazyCallGraph.cpp
 1075       MergedSCCs = std::move(RC->SCCs);
 1086   SCCs = std::move(MergedSCCs);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2820     Block.Locals = std::move(*Locals);
 2822     Block.Globals = std::move(*Globals);
unittests/ADT/SmallVectorTest.cpp
  214   this->theVector = SmallVector<Constructable, 2>(2, 2);
  222   this->theVector =
  780   this->theVector =