OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractLoop
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/bugpoint/
BugDriver.h
227
///
ExtractLoop
- Given a module, extract up to one loop from it into a new
230
Module *
ExtractLoop
(Module *M);
ExtractFunction.cpp
161
///
ExtractLoop
- Given a module, extract up to one loop from it into a new
164
Module *BugDriver::
ExtractLoop
(Module *M) {
Miscompilation.cpp
318
Module *ToOptimizeLoopExtracted = BD.
ExtractLoop
(ToOptimize);
[
all
...]
Completed in 3905 milliseconds