Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp675 GlobalRes.VisibleOutsideSummary = true; in addModuleToGlobalRes()
692 GlobalRes.VisibleOutsideSummary |= in addModuleToGlobalRes()
1180 if (Res.second.VisibleOutsideSummary && Res.second.Prevailing) in run()
1323 It->second.VisibleOutsideSummary || !It->second.Prevailing); in runRegularLTO()
1955 It->second.VisibleOutsideSummary || !It->second.Prevailing); in runThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h484 bool VisibleOutsideSummary = false; member