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

  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 44 GlobalVariable *collectUsedGlobalVariables(Module &M,
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 154 void collectUsedGlobalVariables(Module &M);
475 void GlobalMerge::collectUsedGlobalVariables(Module &M) {
490 collectUsedGlobalVariables(M);
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 82 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSetImpl<GlobalValue *> &Set,
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 178 collectUsedGlobalVariables(M, Used, false);
GlobalOpt.cpp     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 625 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false);

Completed in 3744 milliseconds