Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h303 getValueState(KeyInfo::getLatticeKeyFromValue(BI->getCondition())); in getFeasibleSuccessors()
306 KeyInfo::getLatticeKeyFromValue(BI->getCondition())); in getFeasibleSuccessors()
346 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
349 KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
416 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode()
441 getValueState(KeyInfo::getLatticeKeyFromValue(PN.getIncomingValue(i))); in visitPHINode()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp365 static inline CVPLatticeKey getLatticeKeyFromValue(Value *V) { in getLatticeKeyFromValue() function