Searched refs:LatticeCell (Results 1 – 1 of 1) sorted by relevance
89 class LatticeCell { class107 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() function in __anonfe19b4d40111::LatticeCell111 bool meet(const LatticeCell &L);117 LatticeCell(const LatticeCell &L) { in LatticeCell() function in __anonfe19b4d40111::LatticeCell127 LatticeCell &operator=(const LatticeCell &L) { in operator =()166 raw_ostream &operator<< (raw_ostream &os, const LatticeCell &L) { in operator <<()207 const LatticeCell &get(Register R) const { in get()217 void update(Register R, const LatticeCell &L) { Map[R] = L; } in update()222 using MapType = std::map<Register, LatticeCell>;228 LatticeCell Top, Bottom;[all …]