Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DIRSimilarityIdentifierTest.cpp64 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
65 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
95 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
96 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
123 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
124 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
148 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
149 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
174 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST() local
175 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST()
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h284 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr; member
341 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper()
350 IDL = new (IDLAllocator->Allocate()) in IRInstructionMapper()
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp132 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()