Searched refs:IRInstructionDataList (Results 1 – 4 of 4) sorted by relevance
66 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()97 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()125 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()150 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()177 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()202 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()228 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()254 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()280 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()306 SpecificBumpPtrAllocator<IRInstructionDataList> IDLAllocator; in TEST()[all …]
63 struct IRInstructionDataList;172 IRInstructionData(IRInstructionDataList &IDL);294 IRInstructionDataList *IDL = nullptr;297 struct IRInstructionDataList struct417 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;428 IRInstructionDataList &IDL);441 IRInstructionDataList *allocateIRInstructionDataList();443 IRInstructionDataList *IDL = nullptr;510 IRInstructionDataList(); in IRInstructionMapper()944 using iterator = IRInstructionDataList::iterator;[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()
775 for (IRInstructionDataList::iterator IDIt = C.begin(), EndIDIt = C.end(); in findConstants()2340 IRInstructionDataList::iterator NextIDIt = std::next(ID.getIterator()); in nextIRInstructionDataMatchesNextInst()2374 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode()2736 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection()