23 #include <unordered_set>
29 #include "misc/common.hh"
39 void cumul(
unsigned red,
unsigned en);
59 std::vector<bool> compute_reduced_set(
const std::vector<int>& enabled,
60 const int* for_spins_state);
62 inline bool non_maybecoenabled(
int t1,
int t2);
68 void dump_read_dependency();
70 void dump_write_dependency();
72 void dump_nes_guards();
74 void dump_mbc_guards();
84 std::vector<std::vector<bool>> m_read;
85 std::vector<std::vector<bool>> m_write;
86 std::vector<std::vector<bool>> m_nes;
87 std::vector<std::vector<bool>> m_mbc;
88 std::vector<std::vector<int>> m_guards;
91 std::vector<std::vector<bool>> m_dep_tr;
92 std::vector<std::vector<bool>> non_mbc_tr;
Definition: porinfos.hh:54
Definition: porinfos.hh:34