Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp162 SmallPtrSet<GlobalValue *, 8> AllUsedGlobals; in collectCandidateConstants() local
163 AllUsedGlobals.insert(UsedV.begin(), UsedV.end()); in collectCandidateConstants()
164 AllUsedGlobals.insert(UsedVCompiler.begin(), UsedVCompiler.end()); in collectCandidateConstants()
198 if (AllUsedGlobals.contains(&Global)) in collectCandidateConstants()