Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp158 SmallVector<GlobalValue *, 4> UsedVCompiler; in collectCandidateConstants() local
159 collectUsedGlobalVariables(M, UsedVCompiler, /*CompilerUsed=*/true); in collectCandidateConstants()
164 AllUsedGlobals.insert(UsedVCompiler.begin(), UsedVCompiler.end()); in collectCandidateConstants()