repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README: rename
[ppn.git]
/
translation.h
blob
65437cf6c13ccc44bfc03f939b4ae88efe854f12
1
#include <isa/pdg.h>
2
3
namespace
pdg
{
4
5
void
common_dimension
(
PDG
*
pdg
);
6
bool
translate
(
PDG
*
pdg
,
bool
move
);
7
int
normalize_prefix
(
PDG
*
pdg
);
8
void
set_schedule_from_prefix
(
PDG
*
pdg
);
9
10
}