Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h303 getValueState(KeyInfo::getLatticeKeyFromValue(BI->getCondition())); in getFeasibleSuccessors()
306 KeyInfo::getLatticeKeyFromValue(BI->getCondition())); in getFeasibleSuccessors()
342 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
345 KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
412 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode()
437 getValueState(KeyInfo::getLatticeKeyFromValue(PN.getIncomingValue(i))); in visitPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp369 static inline CVPLatticeKey getLatticeKeyFromValue(Value *V) { in getLatticeKeyFromValue() function