Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h64 struct IRInstructionDataList;
173 IRInstructionData(IRInstructionDataList &IDL);
300 IRInstructionDataList *IDL = nullptr;
303 struct IRInstructionDataList struct
423 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
434 IRInstructionDataList &IDL);
447 IRInstructionDataList *allocateIRInstructionDataList();
449 IRInstructionDataList *IDL = nullptr;
516 IRInstructionDataList(); in IRInstructionMapper()
1011 using iterator = IRInstructionDataList::iterator;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp50 IRInstructionDataList &IDList) in IRInstructionData()
85 IRInstructionData::IRInstructionData(IRInstructionDataList &IDList) in IRInstructionData()
377 IRInstructionDataList &IDL) { in allocateIRInstructionData()
382 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData()
386 IRInstructionDataList *
388 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()
457 IRInstructionDataList::iterator ID = iterator(*FirstInstIt); in IRSimilarityCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp782 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()
2345 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()
2379 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()
2751 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()