Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h64 struct IRInstructionDataList;
173 IRInstructionDataList &IDL);
174 LLVM_ABI IRInstructionData(IRInstructionDataList &IDL);
299 IRInstructionDataList *IDL = nullptr;
302 struct IRInstructionDataList struct
422 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
434 IRInstructionDataList &IDL);
443 allocateIRInstructionData(IRInstructionDataList &IDL);
448 LLVM_ABI IRInstructionDataList *allocateIRInstructionDataList();
450 IRInstructionDataList *IDL = nullptr;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp50 IRInstructionDataList &IDList) in IRInstructionData()
84 IRInstructionData::IRInstructionData(IRInstructionDataList &IDList) in IRInstructionData()
376 IRInstructionDataList &IDL) { in allocateIRInstructionData()
381 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData()
385 IRInstructionDataList *
387 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()
456 IRInstructionDataList::iterator ID = iterator(*FirstInstIt); in IRSimilarityCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp770 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()
2325 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()
2359 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()
2732 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()