Searched refs:IRInstructionDataList (Results 1 – 3 of 3) sorted by relevance
64 struct IRInstructionDataList;173 IRInstructionData(IRInstructionDataList &IDL);300 IRInstructionDataList *IDL = nullptr;303 struct IRInstructionDataList struct423 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;434 IRInstructionDataList &IDL);447 IRInstructionDataList *allocateIRInstructionDataList();449 IRInstructionDataList *IDL = nullptr;516 IRInstructionDataList(); in IRInstructionMapper()1011 using iterator = IRInstructionDataList::iterator;[all …]
50 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()
782 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()2345 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()2379 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()2751 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()