Searched refs:UsedGlobalSet (Results 1 – 1 of 1) sorted by relevance
299 struct UsedGlobalSet { in doMerge() struct303 UsedGlobalSet(size_t Size) : Globals(Size) {} in doMerge() argument307 std::vector<UsedGlobalSet> UsedGlobalSets; in doMerge()310 auto CreateGlobalSet = [&]() -> UsedGlobalSet & { in doMerge()420 UsedGlobalSet &NewUGS = CreateGlobalSet(); in doMerge()432 for (const UsedGlobalSet &UGS : UsedGlobalSets) { in doMerge()448 [](const UsedGlobalSet &UGS1, const UsedGlobalSet &UGS2) { in doMerge()462 for (const UsedGlobalSet &UGS : llvm::reverse(UsedGlobalSets)) { in doMerge()