Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h300 LatticeVal BCValue; in getFeasibleSuccessors() local
302 BCValue = in getFeasibleSuccessors()
305 BCValue = getExistingValueState( in getFeasibleSuccessors()
308 if (BCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
309 BCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
316 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
321 std::move(BCValue), BI->getCondition()->getType())); in getFeasibleSuccessors()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1173 ValueLatticeElement BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors() local
1174 ConstantInt *CI = getConstantInt(BCValue, BI->getCondition()->getType()); in getFeasibleSuccessors()
1178 if (!BCValue.isUnknownOrUndef()) in getFeasibleSuccessors()