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

/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1129 DenseMap<GlobalValue::GUID, PrevailingType> GUIDPrevailingResolutions; local
1145 GUIDPrevailingResolutions[GUID] =
1150 auto It = GUIDPrevailingResolutions.find(G);
1151 if (It == GUIDPrevailingResolutions.end())

Completed in 111 milliseconds