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

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 39 static void FindUsedValues(GlobalVariable *LLVMUsed,
73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 66 static void FindUsedValues(GlobalVariable *LLVMUsed,
105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);

Completed in 92 milliseconds