Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp23 static bool shouldReduceVisibility(GlobalValue &GV) { in shouldReduceVisibility() function
44 if (shouldReduceVisibility(GV) && !O.shouldKeep()) { in reduceGVs()