Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp89 class LatticeCell { class
107 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() function in __anonfe19b4d40111::LatticeCell
111 bool meet(const LatticeCell &L);
117 LatticeCell(const LatticeCell &L) { in LatticeCell() function in __anonfe19b4d40111::LatticeCell
127 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 …]