reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1075 for (unsigned i = 0, n = LL.size(); i < n; ++i) { 1076 if (LL[i].second.empty()) 1087 auto End = llvm::remove_if(LL, IsEmpty); 1088 if (End != LL.end()) 1089 LL.erase(End, LL.end()); 1089 LL.erase(End, LL.end()); 1096 IFRecord MaxIF = LL[0].first; 1097 for (unsigned i = 1, n = LL.size(); i < n; ++i) { 1099 const IFRecord &IF = LL[i].first; 1119 LL.clear(); 1120 LL.push_back(std::make_pair(MaxIF, RegisterSet())); 1130 for (unsigned i = 0, n = LL.size(); i < n; ) { 1131 const RegisterSet &RMi = LL[i].second; 1134 if (j != i && LL[j].second.includes(RMi)) 1142 LL.erase(LL.begin()+i); 1142 LL.erase(LL.begin()+i); 1143 n = LL.size();