Searched refs:LatticeKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/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>> 47 template <class LatticeKey, class LatticeVal> class AbstractLatticeFunction { 68 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue() 72 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal() 91 Instruction &I, SmallDenseMap<LatticeKey, LatticeVal, 16> &ChangedValues, 92 SparseSolver<LatticeKey, LatticeVal> &SS) = 0; 98 virtual void PrintLatticeKey(LatticeKey Key, raw_ostream &OS); 111 template <class LatticeKey, class LatticeVal, class KeyInfo> [all …]
|