Searched refs:LatticeKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | SparsePropagation.h | 28 template <class LatticeKey> struct LatticeKeyInfo { 33 template <class LatticeKey, class LatticeVal, 34 class KeyInfo = LatticeKeyInfo<LatticeKey>> 119 DenseMap<LatticeKey, LatticeVal> ValueState; 159 LatticeVal getValueState(LatticeKey Key); 204 template <class LatticeKey, class LatticeVal> 217 template <class LatticeKey, class LatticeVal> 219 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey() 229 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() [all …]
|