Searched refs:shouldTagGlobal (Results 1 – 1 of 1) sorted by relevance
29 static bool shouldTagGlobal(GlobalVariable &G) { in shouldTagGlobal() function147 if (G.isDeclaration() || !shouldTagGlobal(G)) in runOnModule()