mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 11:40:06 +01:00
export for and unittests for more semantics functions
This commit is contained in:
@@ -7,7 +7,8 @@ from .isa_semantics import ISASemantics, INSTR_FLAGS
|
||||
from .arch_semantics import ArchSemantics
|
||||
from .hw_model import MachineModel
|
||||
from .kernel_dg import KernelDG
|
||||
from .marker_utils import reduce_to_section
|
||||
from .marker_utils import reduce_to_section, find_basic_blocks, find_basic_loop_bodies
|
||||
from .marker_utils import find_jump_labels
|
||||
|
||||
__all__ = [
|
||||
'MachineModel',
|
||||
@@ -16,4 +17,7 @@ __all__ = [
|
||||
'ArchSemantics',
|
||||
'ISASemantics',
|
||||
'INSTR_FLAGS',
|
||||
'find_basic_blocks',
|
||||
'find_basic_loop_bodies',
|
||||
'find_jump_labels',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user