Home
last modified time | relevance | path

Searched refs:LatticeCell (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp109 class LatticeCell { class
127 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() function in __anonfdfc6f5f0111::LatticeCell
132 bool meet(const LatticeCell &L);
138 LatticeCell(const LatticeCell &L) { in LatticeCell() function in __anonfdfc6f5f0111::LatticeCell
148 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 …]