Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h299 LatticeVal BCValue; in getFeasibleSuccessors() local
301 BCValue = in getFeasibleSuccessors()
304 BCValue = getExistingValueState( in getFeasibleSuccessors()
307 if (BCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
308 BCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
315 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
320 std::move(BCValue), BI->getCondition()->getType())); in getFeasibleSuccessors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp565 ValueLatticeElement BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors() local
566 ConstantInt *CI = getConstantInt(BCValue); in getFeasibleSuccessors()
570 if (!BCValue.isUnknownOrUndef()) in getFeasibleSuccessors()