Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2149 GlobalVariable *CompilerUsedV; member in __anon969487690711::LLVMUsed
2157 CompilerUsedV = collectUsedGlobalVariables(M, Vec, true); in LLVMUsed()
2195 if (CompilerUsedV) in syncVariablesAndSets()
2196 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()