Searched refs:LatticeCell (Results 1 – 1 of 1) sorted by relevance
106 class LatticeCell { class124 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() function in __anon158a696e0111::LatticeCell129 bool meet(const LatticeCell &L);135 LatticeCell &operator= (const LatticeCell &L) { in operator =()174 raw_ostream &operator<< (raw_ostream &os, const LatticeCell &L) { in operator <<()215 const LatticeCell &get(unsigned R) const { in get()225 void update(unsigned R, const LatticeCell &L) { in update()232 using MapType = std::map<unsigned, LatticeCell>;238 LatticeCell Top, Bottom;269 LatticeCell Bottom;[all …]