Searched defs:mustPreserveGV (Results 1 – 3 of 3) sorted by relevance
365 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs()418 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
387 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs()423 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
387 static bool mustPreserveGV(const GlobalValue &GV) { in mustPreserveGV() function