Searched refs:LatticeCell (Results 1 – 1 of 1) sorted by relevance
109 class LatticeCell { class127 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() function in __anonfdfc6f5f0111::LatticeCell132 bool meet(const LatticeCell &L);138 LatticeCell(const LatticeCell &L) { in LatticeCell() function in __anonfdfc6f5f0111::LatticeCell148 LatticeCell &operator=(const LatticeCell &L) { in operator =()187 raw_ostream &operator<< (raw_ostream &os, const LatticeCell &L) { in operator <<()228 const LatticeCell &get(Register R) const { in get()238 void update(Register R, const LatticeCell &L) { Map[R] = L; } in update()243 using MapType = std::map<Register, LatticeCell>;249 LatticeCell Top, Bottom;[all …]