Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h62 struct IRInstructionDataList;
135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);
198 IRInstructionDataList *IDL = nullptr;
201 struct IRInstructionDataList : simple_ilist<IRInstructionData> {}; struct
312 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
323 IRInstructionDataList &IDL);
328 IRInstructionDataList *allocateIRInstructionDataList();
330 IRInstructionDataList *IDL = nullptr;
368 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLA) in IRInstructionMapper()
379 IRInstructionDataList(); in IRInstructionMapper()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp27 IRInstructionDataList &IDList) in IRInstructionData()
234 IRInstructionDataList &IDL) { in allocateIRInstructionData()
238 IRInstructionDataList *
240 return new (IDLAllocator->Allocate()) IRInstructionDataList(); in allocateIRInstructionDataList()
307 IRInstructionDataList::iterator ID = iterator(*FirstInstIt); in IRSimilarityCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp417 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()
1497 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()