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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h29 // static inline LatticeKey getLatticeKeyFromValue(Value *V);
302 getValueState(KeyInfo::getLatticeKeyFromValue(BI->getCondition()));
305 KeyInfo::getLatticeKeyFromValue(BI->getCondition()));
341 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition()));
344 KeyInfo::getLatticeKeyFromValue(SI.getCondition()));
411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN);
436 getValueState(KeyInfo::getLatticeKeyFromValue(PN.getIncomingValue(i)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp362 static inline CVPLatticeKey getLatticeKeyFromValue(Value *V) { function in struct:llvm::LatticeKeyInfo

Completed in 48 milliseconds