Lines Matching refs:LL
587 const IFListType &LL = I.second; in dump_map() local
588 for (const auto &J : LL) in dump_map()
855 const RSListType &LL = I.second; in findRecordInsertForms() local
856 for (const auto &J : LL) in findRecordInsertForms()
885 RSListType &LL = F->second; in findRecordInsertForms() local
886 for (const auto &I : LL) { in findRecordInsertForms()
1028 IFListType &LL = I.second; in computeRemovableRegisters() local
1029 for (auto &J : LL) in computeRemovableRegisters()
1050 IFListType &LL = F->second; in pruneCoveredSets() local
1062 for (const auto &I : LL) { in pruneCoveredSets()
1074 llvm::erase_if(LL, IsEmpty); in pruneCoveredSets()
1081 IFRecord MaxIF = LL[0].first; in pruneCoveredSets()
1082 for (unsigned i = 1, n = LL.size(); i < n; ++i) { in pruneCoveredSets()
1084 const IFRecord &IF = LL[i].first; in pruneCoveredSets()
1104 LL.clear(); in pruneCoveredSets()
1105 LL.push_back(std::make_pair(MaxIF, RegisterSet())); in pruneCoveredSets()
1115 for (unsigned i = 0, n = LL.size(); i < n; ) { in pruneCoveredSets()
1116 const RegisterSet &RMi = LL[i].second; in pruneCoveredSets()
1119 if (j != i && LL[j].second.includes(RMi)) in pruneCoveredSets()
1127 LL.erase(LL.begin()+i); in pruneCoveredSets()
1128 n = LL.size(); in pruneCoveredSets()
1136 IFListType &LL = F->second; in pruneUsesTooFar() local
1140 for (unsigned i = LL.size(); i > 0; --i) { in pruneUsesTooFar()
1141 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR; in pruneUsesTooFar()
1150 LL.erase(LL.begin()+(i-1)); in pruneUsesTooFar()
1157 IFListType &LL = F->second; in pruneRegCopies() local
1162 llvm::erase_if(LL, IsCopy); in pruneRegCopies()
1273 const IFListType &LL = I->second; in selectCandidates() local
1275 for (const auto &J : LL) in selectCandidates()
1310 IFListType &LL = I->second; in selectCandidates() local
1311 if (LL.empty()) in selectCandidates()
1317 IFListType::iterator MinI = std::min_element(LL.begin(), LL.end(), IFO); in selectCandidates()
1318 assert(MinI != LL.end()); in selectCandidates()
1320 LL.clear(); in selectCandidates()
1353 LL.push_back(M); in selectCandidates()
1362 const IFListType &LL = I->second; in selectCandidates() local
1363 if (!LL.empty()) in selectCandidates()
1364 AllRMs.insert(LL[0].second); in selectCandidates()
1367 IFListType &LL = I->second; in selectCandidates() local
1368 if (LL.empty()) in selectCandidates()
1370 unsigned SR = LL[0].first.SrcR, IR = LL[0].first.InsR; in selectCandidates()
1372 LL.clear(); in selectCandidates()