Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2887 GlobalVariable *CompilerUsedV; member in __anon932507310311::LLVMUsed
2892 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
2911 if (CompilerUsedV) in syncVariablesAndSets()
2912 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()