Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp106 class LatticeCell { class
124 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() function in __anon158a696e0111::LatticeCell
129 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 …]