Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h64 struct IRInstructionDataList;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);
173 IRInstructionData(IRInstructionDataList &IDL);
300 IRInstructionDataList *IDL = nullptr;
303 struct IRInstructionDataList struct
423 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
434 IRInstructionDataList &IDL);
442 IRInstructionData *allocateIRInstructionData(IRInstructionDataList &IDL);
447 IRInstructionDataList *allocateIRInstructionDataList();
449 IRInstructionDataList *IDL = nullptr;
[all …]
/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp785 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()
2348 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()
2382 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()
2754 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()