Searched refs:mustPreserveGV (Results 1 – 2 of 2) sorted by relevance
365 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs() argument378 if (!mustPreserveGV(GV)) in preserveDiscardableGVs()418 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local434 preserveDiscardableGVs(*MergedModule, mustPreserveGV); in applyScopeRestrictions()460 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
195 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV);