Searched defs:collectUsedGlobalVariables (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp68 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSet<GlobalValue *, 8> &Set, function in class:llvm
/external/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp98 void collectUsedGlobalVariables(Module &M);
196 void GlobalMerge::collectUsedGlobalVariables(Module &M) { function in class:GlobalMerge
211 collectUsedGlobalVariables(M);

Completed in 2122 milliseconds