Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h526 BumpPtrAllocator LoopAllocator; variable
541 LoopAllocator(std::move(Arg.LoopAllocator)) { in LoopInfoBase()
552 LoopAllocator = std::move(RHS.LoopAllocator);
563 LoopAllocator.Reset(); in releaseMemory()
567 LoopT *Storage = LoopAllocator.Allocate<LoopT>(); in AllocateLoop()
711 LoopAllocator.Deallocate(L); in destroy()