Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp72 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; in mergeConstants() local
73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants()
74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
106 UsedGlobals.count(GV)) in mergeConstants()
140 UsedGlobals.count(GV)) in mergeConstants()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DConstantMerge.cpp104 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; in runOnModule() local
105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in runOnModule()
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in runOnModule()
140 UsedGlobals.count(GV)) in runOnModule()
169 UsedGlobals.count(GV)) in runOnModule()
/external/clang/lib/CodeGen/
DBackendUtil.cpp826 SmallSet<GlobalValue*, 4> UsedGlobals; in EmbedBitcode() local
828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()
829 for (auto *GV : UsedGlobals) { in EmbedBitcode()