update isl for change in lexicographic optimization
[isa.git] / da.h
blobf72b012614b2a72eabd9e33b23bf158734ce185d
1 #include <isa/pdg.h>
3 namespace da {
5 enum type {
6 flow,
7 anti,
8 data_reuse, /* previous read or write */
9 reuse_pair,
10 output,
13 void find_deps(pdg::PDG* pdg, pdg::array *a, type t);
14 void find_sources(pdg::PDG* pdg, pdg::node *node, pdg::access *a);
15 void compute_filter_sources(pdg::PDG *pdg);