Searched refs:IFMap (Results 1 – 1 of 1) sorted by relevance
569 IFMapType IFMap; member in __anon7f002ed80511::HexagonGenInsert577 for (const auto &I : IFMap) { in dump_map()899 IFMap[VR].push_back(RR); in findRecordInsertForms()925 if (IFMap.size() >= MaxIFMSize) in collectInBlock()950 if (IFMap.size() >= MaxIFMSize) in collectInBlock()1023 for (auto &I : IFMap) { in computeRemovableRegisters()1035 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in pruneEmptyLists()1040 IFMap.erase(It); in pruneEmptyLists()1044 IFMapType::iterator F = IFMap.find(VR); in pruneCoveredSets()1045 assert(F != IFMap.end()); in pruneCoveredSets()[all …]