Home
last modified time | relevance | path

Searched defs:LatticeKeyInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp360 template <> struct LatticeKeyInfo<CVPLatticeKey> { global() struct
361 getValueFromLatticeKeyllvm::LatticeKeyInfo getValueFromLatticeKey() argument
364 getLatticeKeyFromValuellvm::LatticeKeyInfo getLatticeKeyFromValue() argument
/llvm-project/llvm/unittests/Analysis/
H A DSparsePropagation.cpp35 template <> struct LatticeKeyInfo<TestLatticeKey> { struct
36 getValueFromLatticeKeyllvm::LatticeKeyInfo getValueFromLatticeKey() argument
39 getLatticeKeyFromValuellvm::LatticeKeyInfo getLatticeKeyFromValue() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h29 template <class LatticeKey> struct LatticeKeyInfo { struct