Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h64 struct IRInstructionDataList;
172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);
173 IRInstructionData(IRInstructionDataList &IDL);
295 IRInstructionDataList *IDL = nullptr;
298 struct IRInstructionDataList struct
418 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
429 IRInstructionDataList &IDL);
437 IRInstructionData *allocateIRInstructionData(IRInstructionDataList &IDL);
442 IRInstructionDataList *allocateIRInstructionDataList();
444 IRInstructionDataList *IDL = nullptr;
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp787 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()
2352 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()
2386 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()
2758 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()