Searched refs:LatticeKey (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | SparsePropagation.h | 29 template <class LatticeKey> struct LatticeKeyInfo { 34 template <class LatticeKey, class LatticeVal, 35 class KeyInfo = LatticeKeyInfo<LatticeKey>> 120 DenseMap<LatticeKey, LatticeVal> ValueState; 160 LatticeVal getValueState(LatticeKey Key); 205 template <class LatticeKey, class LatticeVal> 218 template <class LatticeKey, class LatticeVal> 220 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey() 230 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() [all …]
|