OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runPasses
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp
99
///
runPasses
- Run the specified passes on Program, outputting a bitcode file
107
bool BugDriver::
runPasses
(Module *Program,
245
if (
runPasses
(M, Passes, BitcodeResult, false/*delete*/, true/*quiet*/,
BugDriver.h
132
///
runPasses
- Run all of the passes in the "PassesToRun" list, discard the
134
bool
runPasses
(Module *M) const {
135
return
runPasses
(M, PassesToRun);
249
///
runPasses
- Run the specified passes on Program, outputting a bitcode
258
bool
runPasses
(Module *Program,
280
///
runPasses
- Just like the method above, but this just returns true or
284
bool
runPasses
(Module *M,
288
return
runPasses
(M, PassesToRun, Filename, DeleteOutput);
/external/llvm/tools/bugpoint/
BugDriver.h
245
///
runPasses
- Run the specified passes on Program, outputting a bitcode
254
bool
runPasses
(Module *Program,
260
///
runPasses
- Just like the method above, but this just returns true or
264
bool
runPasses
(Module *M,
267
return
runPasses
(M, PassesToRun, Filename, true);
OptimizerDriver.cpp
121
///
runPasses
- Run the specified passes on Program, outputting a bitcode file
129
bool BugDriver::
runPasses
(Module *Program,
273
if (
runPasses
(M, Passes, BitcodeResult, false/*delete*/, true/*quiet*/,
/frameworks/compile/libbcc/lib/
Compiler.cpp
221
enum Compiler::ErrorCode Compiler::
runPasses
(Script &script,
357
if ((err =
runPasses
(script, pResult)) != kSuccess) {
Completed in 198 milliseconds