Go to the source code of this file.
| Namespaces |
|
| namespace |
false |
◆ DEBUG_TYPE
#define DEBUG_TYPE "loop-extract"
◆ INITIALIZE_PASS()
| INITIALIZE_PASS |
( |
SingleLoopExtractor |
, |
| "loop-extract-single" |
, |
|
|
| "Extract at most one loop into a new function" |
, |
|
|
| false |
, |
|
|
| false |
) |
|
|
◆ INITIALIZE_PASS_BEGIN()
| INITIALIZE_PASS_BEGIN |
( |
LoopExtractorLegacyPass |
, |
| "loop-extract" |
, |
|
|
| "Extract loops into new functions" |
, |
|
|
| false |
, |
|
|
| false |
) |
|
|
◆ STATISTIC()
| STATISTIC |
( |
NumExtracted |
, |
| "Number of loops extracted" |
) |
|
|
◆ false
loop Extract loops into new false
◆ functions
loop Extract loops into new functions