Home
last modified time | relevance | path

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

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