Searched refs:UsedGlobalSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp242 // discovered so far (UsedGlobalSet), and mapping each "together-ness" unit of
256 struct UsedGlobalSet { struct
260 UsedGlobalSet(size_t Size) : Globals(Size) {} function in struct:UsedGlobalSet
264 std::vector<UsedGlobalSet> UsedGlobalSets;
267 auto CreateGlobalSet = [&]() -> UsedGlobalSet & {
377 UsedGlobalSet &NewUGS = CreateGlobalSet();
391 [](const UsedGlobalSet &UGS1, const UsedGlobalSet &UGS2) {
402 const UsedGlobalSet &UGS = UsedGlobalSets[e - i - 1];
421 const UsedGlobalSet
[all...]

Completed in 101 milliseconds