OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/Transforms/Utils/
ModuleUtils.cpp
68
llvm::
collectUsedGlobalVariables
(Module &M, SmallPtrSet<GlobalValue *, 8> &Set,
/external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp
98
void
collectUsedGlobalVariables
(Module &M);
196
void GlobalMerge::
collectUsedGlobalVariables
(Module &M) {
211
collectUsedGlobalVariables
(M);
/external/llvm/lib/Transforms/IPO/
Internalize.cpp
123
collectUsedGlobalVariables
(M, Used, false);
GlobalOpt.cpp
[
all
...]
Completed in 88 milliseconds