Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h27 template <class LatticeKey> struct LatticeKeyInfo {
32 template <class LatticeKey, class LatticeVal,
33 class KeyInfo = LatticeKeyInfo<LatticeKey>>
45 template <class LatticeKey, class LatticeVal> class AbstractLatticeFunction {
66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
90 DenseMap<LatticeKey, LatticeVal> &ChangedValues,
91 SparseSolver<LatticeKey, LatticeVal> &SS) = 0;
97 virtual void PrintLatticeKey(LatticeKey Key, raw_ostream &OS);
110 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all …]