HomeSort by relevance Sort by last modified time
    Searched refs:UsedGlobals (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 72 SmallPtrSet<const GlobalValue*, 8> UsedGlobals;
73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
106 UsedGlobals.count(GV))
140 UsedGlobals.count(GV))
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 104 SmallPtrSet<const GlobalValue*, 8> UsedGlobals;
105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
140 UsedGlobals.count(GV))
169 UsedGlobals.count(GV))
  /external/clang/lib/CodeGen/
BackendUtil.cpp 826 SmallSet<GlobalValue*, 4> UsedGlobals;
828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true);
829 for (auto *GV : UsedGlobals) {
    [all...]

Completed in 83 milliseconds