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);295 IRInstructionDataList *IDL = nullptr;298 struct IRInstructionDataList struct418 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;429 IRInstructionDataList &IDL);437 IRInstructionData *allocateIRInstructionData(IRInstructionDataList &IDL);442 IRInstructionDataList *allocateIRInstructionDataList();444 IRInstructionDataList *IDL = nullptr;[all …]
49 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()
787 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()