reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
266 UsedGlobalSets.emplace_back(Globals.size()); 267 return UsedGlobalSets.back(); 300 EncounteredUGS.resize(UsedGlobalSets.size()); 343 CurGVOnlySetIdx = UsedGlobalSets.size(); 346 ++UsedGlobalSets[CurGVOnlySetIdx].UsageCount; 354 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) { 355 ++UsedGlobalSets[UGSIdx].UsageCount; 360 --UsedGlobalSets[UGSIdx].UsageCount; 365 ++UsedGlobalSets[ExpandedIdx].UsageCount; 373 UsedGlobalSets.size(); 377 NewUGS.Globals |= UsedGlobalSets[UGSIdx].Globals; 388 llvm::stable_sort(UsedGlobalSets, 399 for (size_t i = 0, e = UsedGlobalSets.size(); i != e; ++i) { 400 const UsedGlobalSet &UGS = UsedGlobalSets[e - i - 1]; 418 for (size_t i = 0, e = UsedGlobalSets.size(); i != e; ++i) { 419 const UsedGlobalSet &UGS = UsedGlobalSets[e - i - 1];