Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h344 LatticeVal SCValue; in getFeasibleSuccessors() local
346 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
348 SCValue = getExistingValueState( in getFeasibleSuccessors()
351 if (SCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
352 SCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
359 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
363 std::move(SCValue), SI.getCondition()->getType())); in getFeasibleSuccessors()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp694 LatticeVal SCValue = getValueState(SI->getCondition()); in getFeasibleSuccessors() local
695 ConstantInt *CI = SCValue.getConstantInt(); in getFeasibleSuccessors()
699 if (!SCValue.isUnknown()) in getFeasibleSuccessors()