Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h891 BumpPtrAllocator LoopAllocator; variable
906 LoopAllocator(std::move(Arg.LoopAllocator)) { in LoopInfoBase()
917 LoopAllocator = std::move(RHS.LoopAllocator);
928 LoopAllocator.Reset(); in releaseMemory()
932 LoopT *Storage = LoopAllocator.Allocate<LoopT>(); in AllocateLoop()
1076 LoopAllocator.Deallocate(L); in destroy()