Searched refs:UsedGlobals (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 104 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/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 72 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-7.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 96 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; in mergeConstants() local 97 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants() 98 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants() 129 UsedGlobals.count(GV)) in mergeConstants() 167 UsedGlobals.count(GV)) in mergeConstants()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 826 SmallSet<GlobalValue*, 4> UsedGlobals; in EmbedBitcode() local 828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode() 829 for (auto *GV : UsedGlobals) { in EmbedBitcode()
|