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

References

include/llvm/Analysis/LoopInfo.h
  867         LoopAllocator(std::move(Arg.LoopAllocator)) {
  878     LoopAllocator = std::move(RHS.LoopAllocator);
  878     LoopAllocator = std::move(RHS.LoopAllocator);
  889     LoopAllocator.Reset();
  893     LoopT *Storage = LoopAllocator.Allocate<LoopT>();
 1031     LoopAllocator.Deallocate(L);