Searched refs:IRInstructionDataList (Results 1 – 3 of 3) sorted by relevance
64 struct IRInstructionDataList;173 IRInstructionDataList &IDL);174 LLVM_ABI IRInstructionData(IRInstructionDataList &IDL);299 IRInstructionDataList *IDL = nullptr;302 struct IRInstructionDataList struct422 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;434 IRInstructionDataList &IDL);443 allocateIRInstructionData(IRInstructionDataList &IDL);448 LLVM_ABI IRInstructionDataList *allocateIRInstructionDataList();450 IRInstructionDataList *IDL = nullptr;[all …]
50 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()
770 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()