Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp437 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs()
473 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp627 static bool mustPreserveGV(const GlobalValue &GV) { in mustPreserveGV() function