Searched refs:IRInstructionDataList (Results 1 – 3 of 3) sorted by relevance
64 struct IRInstructionDataList;172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);173 IRInstructionData(IRInstructionDataList &IDL);300 IRInstructionDataList *IDL = nullptr;303 struct IRInstructionDataList struct423 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;434 IRInstructionDataList &IDL);442 IRInstructionData *allocateIRInstructionData(IRInstructionDataList &IDL);447 IRInstructionDataList *allocateIRInstructionDataList();449 IRInstructionDataList *IDL = nullptr;[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()
785 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()2348 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()2382 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()2754 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()