Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp360 template <> struct LatticeKeyInfo<CVPLatticeKey> { struct
361 static inline Value *getValueFromLatticeKey(CVPLatticeKey Key) { in getValueFromLatticeKey()
364 static inline CVPLatticeKey getLatticeKeyFromValue(Value *V) { in getLatticeKeyFromValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h29 template <class LatticeKey> struct LatticeKeyInfo { struct