Home
last modified time | relevance | path

Searched refs:mustPreserveGV (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp368 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) { in preserveDiscardableGVs() argument
372 !mustPreserveGV(GV)) in preserveDiscardableGVs()
404 auto mustPreserveGV = [&](const GlobalValue &GV) -> bool { in applyScopeRestrictions() local
419 preserveDiscardableGVs(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
445 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp342 static bool mustPreserveGV(const GlobalValue &GV) { in mustPreserveGV() function
370 PM.add(createInternalizePass(mustPreserveGV)); in adjustPassManager()
384 PM.add(createInternalizePass(mustPreserveGV)); in adjustPassManager()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h203 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV);
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h195 llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV);