Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp365 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs() argument
378 if (!mustPreserveGV(GV)) in preserveDiscardableGVs()
418 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
434 preserveDiscardableGVs(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
460 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h195 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV);