Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp437 !mustPreserveGV(GV)) in preserveDiscardableGVs() argument
473 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { applyScopeRestrictions() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp624 static bool mustPreserveGV(const GlobalValue &GV) { mustPreserveGV() function