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

References

include/llvm/ADT/AllocatorList.h
   73       AL.getAlloc().Deallocate(N);
include/llvm/ADT/ScopedHashTable.h
   79     Allocator.Deallocate(this);
include/llvm/Analysis/LoopInfo.h
 1031     LoopAllocator.Deallocate(L);
include/llvm/ExecutionEngine/JITLink/JITLink.h
  630     Allocator.Deallocate(&A);
  643     Allocator.Deallocate(&B);
  648     Allocator.Deallocate(&S);
lib/CodeGen/MachineFunction.cpp
  229     Allocator.Deallocate(RegInfo);
  233     Allocator.Deallocate(MFInfo);
  237   Allocator.Deallocate(FrameInfo);
  240   Allocator.Deallocate(ConstantPool);
  244     Allocator.Deallocate(JumpTableInfo);
  249     Allocator.Deallocate(WinEHInfo);
  254     Allocator.Deallocate(WasmEHInfo);
lib/Transforms/Scalar/NewGVN.cpp
  938   ExpressionAllocator.Deallocate(E);
tools/clang/lib/Basic/SourceManager.cpp
  362       ContentCacheAlloc.Deallocate(MemBufferInfos[i]);
  369       ContentCacheAlloc.Deallocate(I->second);