Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalObjects.cpp16 static bool shouldReduceAlign(GlobalObject &GO) { in shouldReduceAlign() function
24 if (shouldReduceAlign(GO) && !O.shouldKeep()) in reduceGOs()