Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp72 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
73 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
103 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
104 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
131 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
132 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
156 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
157 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
183 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
184 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
[all …]
/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h422 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
443 /// Get an allocated IRInstructionDataList object using the IDLAllocator.
505 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper()
514 IDL = new (IDLAllocator->Allocate()) in IRInstructionMapper()
423 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr; global() member
/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp388 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()