Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp902 DenseMap<GlobalValue::GUID, PrevailingType> GUIDPrevailingResolutions; in run() local
915 GUIDPrevailingResolutions[GUID] = in run()
920 auto It = GUIDPrevailingResolutions.find(G); in run()
921 if (It == GUIDPrevailingResolutions.end()) in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp1039 DenseMap<GlobalValue::GUID, PrevailingType> GUIDPrevailingResolutions; in run() local
1055 GUIDPrevailingResolutions[GUID] = in run()
1060 auto It = GUIDPrevailingResolutions.find(G); in run()
1061 if (It == GUIDPrevailingResolutions.end()) in run()