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