Searched defs:onlyPrivateGlobals (Results 1 – 2 of 2) sorted by relevance
28 bool onlyPrivateGlobals) { in is_dead_variable()48 bool onlyPrivateGlobals) { in EliminateDeadGlobalVariables()
329 bool onlyPrivateGlobals = !ProgramConfig::IsRuntimeEffect(kind); in optimizeModuleBeforeMinifying() local