Searched refs:LatticeKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | SparsePropagation.h | 27 template <class LatticeKey> struct LatticeKeyInfo { 32 template <class LatticeKey, class LatticeVal, 33 class KeyInfo = LatticeKeyInfo<LatticeKey>> 118 DenseMap<LatticeKey, LatticeVal> ValueState; 158 LatticeVal getValueState(LatticeKey Key); 203 template <class LatticeKey, class LatticeVal> 216 template <class LatticeKey, class LatticeVal> 218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey() 228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() [all …]
|