Lines Matching defs:UsedGlobalSet
275 // discovered so far (UsedGlobalSet), and mapping each "together-ness" unit of
289 struct UsedGlobalSet {
293 UsedGlobalSet(size_t Size) : Globals(Size) {}
297 std::vector<UsedGlobalSet> UsedGlobalSets;
300 auto CreateGlobalSet = [&]() -> UsedGlobalSet & {
409 UsedGlobalSet &NewUGS = CreateGlobalSet();
423 [](const UsedGlobalSet &UGS1, const UsedGlobalSet &UGS2) {
433 for (const UsedGlobalSet &UGS : llvm::reverse(UsedGlobalSets)) {
451 for (const UsedGlobalSet &UGS : llvm::reverse(UsedGlobalSets)) {