Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h29 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()
92 DenseMap<LatticeKey, LatticeVal> &ChangedValues,
93 SparseSolver<LatticeKey, LatticeVal> &SS) = 0;
99 virtual void PrintLatticeKey(LatticeKey Key, raw_ostream &OS);
112 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all …]