Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h418 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr; member
425 /// Get an allocated IRInstructionData struct using the InstDataAllocator.
437 /// InstDataAllocator.
506 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper()
1052 : Mapper(&InstDataAllocator, &InstDataListAllocator),
1123 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h349 SpecificBumpPtrAllocator<IRInstructionData> InstDataAllocator; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp378 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData()
383 return new (InstDataAllocator->Allocate()) IRInstructionData(IDL); in allocateIRInstructionData()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2383 IRInstructionData *NewEndIRID = new (InstDataAllocator.Allocate()) in isCompatibleWithAlreadyOutlinedCode()
2757 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2759 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()