Lines Matching defs:UsedGlobalSet
283 // discovered so far (UsedGlobalSet), and mapping each "together-ness" unit of
297 struct UsedGlobalSet {
301 UsedGlobalSet(size_t Size) : Globals(Size) {}
305 std::vector<UsedGlobalSet> UsedGlobalSets;
308 auto CreateGlobalSet = [&]() -> UsedGlobalSet & {
418 UsedGlobalSet &NewUGS = CreateGlobalSet();
430 for (const UsedGlobalSet &UGS : UsedGlobalSets) {
446 [](const UsedGlobalSet &UGS1, const UsedGlobalSet &UGS2) {
460 for (const UsedGlobalSet &UGS : llvm::reverse(UsedGlobalSets)) {