Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h888 BumpPtrAllocator LoopAllocator; variable
903 LoopAllocator(std::move(Arg.LoopAllocator)) { in LoopInfoBase()
914 LoopAllocator = std::move(RHS.LoopAllocator);
925 LoopAllocator.Reset(); in releaseMemory()
929 LoopT *Storage = LoopAllocator.Allocate<LoopT>(); in AllocateLoop()
1073 LoopAllocator.Deallocate(L); in destroy()