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

  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 36 GlobalVariable *collectUsedGlobalVariables(Module &M,
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 112 void collectUsedGlobalVariables(Module &M);
241 void GlobalMerge::collectUsedGlobalVariables(Module &M) {
256 collectUsedGlobalVariables(M);
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 81 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSet<GlobalValue *, 8> &Set,
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 140 collectUsedGlobalVariables(M, Used, false);
GlobalOpt.cpp     [all...]

Completed in 182 milliseconds