Searched refs:IRInstructionDataList (Results 1 – 3 of 3) sorted by relevance
62 struct IRInstructionDataList;135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL);198 IRInstructionDataList *IDL = nullptr;201 struct IRInstructionDataList : simple_ilist<IRInstructionData> {}; struct312 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 …]
27 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()
417 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()1497 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()