Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp133 LatticeVal BCValue; in getFeasibleSuccessors() local
135 BCValue = getOrInitValueState(BI->getCondition()); in getFeasibleSuccessors()
137 BCValue = getLatticeState(BI->getCondition()); in getFeasibleSuccessors()
139 if (BCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
140 BCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
147 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp132 LatticeVal BCValue; in getFeasibleSuccessors() local
134 BCValue = getOrInitValueState(BI->getCondition()); in getFeasibleSuccessors()
136 BCValue = getLatticeState(BI->getCondition()); in getFeasibleSuccessors()
138 if (BCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()
139 BCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()
146 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
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()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp550 LatticeVal BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors() local
551 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors()
555 if (!BCValue.isUnknown()) in getFeasibleSuccessors()
619 LatticeVal BCValue = getValueState(BI->getCondition()); in isEdgeFeasible() local
623 ConstantInt *CI = BCValue.getConstantInt(); in isEdgeFeasible()
625 return !BCValue.isUnknown(); in isEdgeFeasible()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp563 LatticeVal BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors() local
564 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors()
568 if (!BCValue.isUndefined()) in getFeasibleSuccessors()
632 LatticeVal BCValue = getValueState(BI->getCondition()); in isEdgeFeasible() local
636 ConstantInt *CI = BCValue.getConstantInt(); in isEdgeFeasible()
638 return !BCValue.isUndefined(); in isEdgeFeasible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp627 LatticeVal BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors() local
628 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors()
632 if (!BCValue.isUnknown()) in getFeasibleSuccessors()