Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp66 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
97 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
125 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
150 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
177 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
202 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
228 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
254 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
280 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
306 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h63 struct IRInstructionDataList;
172 IRInstructionData(IRInstructionDataList &IDL);
294 IRInstructionDataList *IDL = nullptr;
297 struct IRInstructionDataList struct
417 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
428 IRInstructionDataList &IDL);
441 IRInstructionDataList *allocateIRInstructionDataList();
443 IRInstructionDataList *IDL = nullptr;
510 IRInstructionDataList(); in IRInstructionMapper()
944 using iterator = IRInstructionDataList::iterator;
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp49 IRInstructionDataList &IDList) in IRInstructionData()
84 IRInstructionData::IRInstructionData(IRInstructionDataList &IDList) in IRInstructionData()
357 IRInstructionDataList &IDL) { in allocateIRInstructionData()
362 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData()
366 IRInstructionDataList *
368 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()
437 IRInstructionDataList::iterator ID = iterator(*FirstInstIt); in IRSimilarityCandidate()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp775 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()
2340 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()
2374 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()
2736 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()