Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp361 static inline Value *getValueFromLatticeKey(CVPLatticeKey Key) { in getValueFromLatticeKey() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h255 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()