Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSparsePropagation.h301 LatticeVal BCValue; in getFeasibleSuccessors() local
303 BCValue = in getFeasibleSuccessors()
306 BCValue = getExistingValueState( in getFeasibleSuccessors()
309 if (BCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
310 BCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
317 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
322 std::move(BCValue), BI->getCondition()->getType())); in getFeasibleSuccessors()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp606 ValueLatticeElement BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors() local
607 ConstantInt *CI = getConstantInt(BCValue); in getFeasibleSuccessors()
611 if (!BCValue.isUnknownOrUndef()) in getFeasibleSuccessors()