Home
last modified time | relevance | path

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

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