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

References

include/llvm/Analysis/LoopInfo.h
  872     BBMap = std::move(RHS.BBMap);
  877     TopLevelLoops = std::move(RHS.TopLevelLoops);
  878     LoopAllocator = std::move(RHS.LoopAllocator);
  879     RHS.TopLevelLoops.clear();