OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractLoop
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
FunctionUtils.h
31
///
ExtractLoop
- rip out a natural loop into a new function
33
Function*
ExtractLoop
(DominatorTree& DT, Loop *L,
/external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
10
// A pass wrapper around the
ExtractLoop
() scalar transformation to extract each
119
if (
ExtractLoop
(DT, L) != 0) {
/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
129
///
ExtractLoop
- Given a module, extract up to one loop from it into a new
132
Module *BugDriver::
ExtractLoop
(Module *M) {
Miscompilation.cpp
318
Module *ToOptimizeLoopExtracted = BD.
ExtractLoop
(ToOptimize);
[
all
...]
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
785
Function* llvm::
ExtractLoop
(DominatorTree &DT, Loop *L, bool AggregateArgs) {
Completed in 56 milliseconds