Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h343 SpecificBumpPtrAllocator<CodeExtractor> ExtractorAllocator; variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2850 OS->CE = new (ExtractorAllocator.Allocate()) in doOutline()
2903 ExtractorAllocator.DestroyAll(); in doOutline()
2961 OS->CE = new (ExtractorAllocator.Allocate()) in doOutline()