Home
last modified time | relevance | path

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

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