Searched refs:AllUsedGlobals (Results 1 – 1 of 1) sorted by relevance
162 SmallPtrSet<GlobalValue *, 8> AllUsedGlobals; in collectCandidateConstants() local163 AllUsedGlobals.insert(UsedV.begin(), UsedV.end()); in collectCandidateConstants()164 AllUsedGlobals.insert(UsedVCompiler.begin(), UsedVCompiler.end()); in collectCandidateConstants()198 if (AllUsedGlobals.contains(&Global)) in collectCandidateConstants()