OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createInternalizePass
(Results
1 - 12
of
12
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/
IPO.h
105
///
createInternalizePass
- This pass loops over all of the functions in the
114
ModulePass *
createInternalizePass
(bool AllButMain);
116
///
createInternalizePass
- This pass loops over all of the functions in the
122
ModulePass *
createInternalizePass
(const std::vector<const char *> &exportList);
/external/llvm/include/llvm/Transforms/
IPO.h
120
///
createInternalizePass
- This pass loops over all of the functions in the
132
createInternalizePass
(std::function<bool(const GlobalValue &)> MustPreserveGV);
134
///
createInternalizePass
- Same as above, but with an empty exportList.
135
ModulePass *
createInternalizePass
();
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Internalize.cpp
185
ModulePass *llvm::
createInternalizePass
(bool AllButMain) {
189
ModulePass *llvm::
createInternalizePass
(const std::vector <const char *> &el) {
IPO.cpp
98
unwrap(PM)->add(
createInternalizePass
(AllButMain != 0));
PassManagerBuilder.cpp
201
PM.add(
createInternalizePass
(true));
/external/llvm/lib/Transforms/IPO/
IPO.cpp
112
unwrap(PM)->add(
createInternalizePass
(PreserveMain));
Internalize.cpp
287
ModulePass *llvm::
createInternalizePass
() {
291
ModulePass *llvm::
createInternalizePass
(
/external/swiftshader/third_party/LLVM/include/llvm/
LinkAllPasses.h
82
(void) llvm::
createInternalizePass
(false);
/external/llvm/include/llvm/
LinkAllPasses.h
110
(void) llvm::
createInternalizePass
();
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp
181
PM.add(llvm::
createInternalizePass
(export_list));
/external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp
354
passes.add(
createInternalizePass
(mustPreserveList));
/frameworks/compile/libbcc/lib/
Compiler.cpp
422
// until
createInternalizePass
() is finished making its own copy of
452
pPM.add(llvm::
createInternalizePass
(IsExportedSymbol));
Completed in 169 milliseconds