Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp365 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs()
418 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp387 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs()
423 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp387 static bool mustPreserveGV(const GlobalValue &GV) { in mustPreserveGV() function