Home
last modified time | relevance | path

Searched refs:LoopAllocator (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h863 BumpPtrAllocator LoopAllocator; variable
878 LoopAllocator(std::move(Arg.LoopAllocator)) { in LoopInfoBase()
889 LoopAllocator = std::move(RHS.LoopAllocator);
900 LoopAllocator.Reset(); in releaseMemory()
904 LoopT *Storage = LoopAllocator.Allocate<LoopT>(); in AllocateLoop()
1042 LoopAllocator.Deallocate(L); in destroy()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h887 BumpPtrAllocator LoopAllocator; variable
902 LoopAllocator(std::move(Arg.LoopAllocator)) { in LoopInfoBase()
913 LoopAllocator = std::move(RHS.LoopAllocator);
924 LoopAllocator.Reset(); in releaseMemory()
928 LoopT *Storage = LoopAllocator.Allocate<LoopT>(); in AllocateLoop()
1072 LoopAllocator.Deallocate(L); in destroy()