Lines Matching refs:IFMap
574 IFMapType IFMap; member in __anon64be325d0511::HexagonGenInsert
584 for (iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in dump_map()
920 IFMap[VR].push_back(RR); in findRecordInsertForms()
968 if (IFMap.size() > MaxIFMSize) in collectInBlock()
1041 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in computeRemovableRegisters()
1053 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in pruneEmptyLists()
1058 IFMap.erase(Prune[i]); in pruneEmptyLists()
1062 IFMapType::iterator F = IFMap.find(VR); in pruneCoveredSets()
1063 assert(F != IFMap.end()); in pruneCoveredSets()
1150 IFMapType::iterator F = IFMap.find(VR); in pruneUsesTooFar()
1151 assert(F != IFMap.end()); in pruneUsesTooFar()
1171 IFMapType::iterator F = IFMap.find(VR); in pruneRegCopies()
1172 assert(F != IFMap.end()); in pruneRegCopies()
1188 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) in pruneCandidates()
1202 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) in pruneCandidates()
1207 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) in pruneCandidates()
1288 IFMapType::iterator End = IFMap.end(); in selectCandidates()
1290 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
1327 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
1379 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
1384 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
1400 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in generateInserts()
1410 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in generateInserts()
1444 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in generateInserts()
1511 IFMap.clear(); in runOnMachineFunction()
1568 if (IFMap.empty()) in runOnMachineFunction()
1581 if (IFMap.empty()) in runOnMachineFunction()
1601 for (IFMapType::iterator I = IFMap.begin(), E = IFMap.end(); I != E; ++I) { in runOnMachineFunction()
1607 IFMap.erase(Out[i]); in runOnMachineFunction()
1609 if (IFMap.empty()) in runOnMachineFunction()