Unroll::UnrollTranslator Class Reference
Detailed Description
Definition at line 57 of file Unroll.py.
Member Function Documentation
def Unroll::UnrollTranslator::__init__ |
( |
|
self |
) |
|
def Unroll::UnrollTranslator::get_name |
( |
|
self |
) |
|
def Unroll::UnrollTranslator::get_global_option |
( |
|
self |
) |
|
def Unroll::UnrollTranslator::get_translate_option |
( |
|
self |
) |
|
def Unroll::UnrollTranslator::translate |
( |
|
self, |
|
|
|
analyze_results, |
|
|
|
stmt, |
|
|
|
cfg, |
|
|
|
attr, |
|
|
|
global_options, |
|
|
|
translate_options, |
|
|
|
prog | |
|
) |
| | |
トランスレートを行う
:param analyze_results:result of analyze
:param stmt:loop stmt
:param cfg:loop cfg
:param attr:loop attribute
:param global_options:options
:param translate_option:options
:param prog:translation unit
:return:list of optmized tree
Reimplemented from ctrump::optimizer::LoopTranslatorBase.
Definition at line 70 of file Unroll.py.
def Unroll::UnrollTranslator::is_enabled |
( |
|
self, |
|
|
|
analyze_results, |
|
|
|
stmt, |
|
|
|
cfg, |
|
|
|
attr, |
|
|
|
errors, |
|
|
|
warnings, |
|
|
|
hints | |
|
) |
| | |
トランスレート可能かどうかを返す
:param analyze_results:result of analyze
:param stmt:loop stmt
:param cfg:loop cfg
:param attr:loop attribute
:param errors:
:param warnings:
:param hints:
:return:True if enabled
Reimplemented from ctrump::optimizer::LoopTranslatorBase.
Definition at line 73 of file Unroll.py.
The documentation for this class was generated from the following file: