HomeSort by relevance Sort by last modified time
    Searched refs:BCValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 132 LatticeVal BCValue;
134 BCValue = getOrInitValueState(BI->getCondition());
136 BCValue = getLatticeState(BI->getCondition());
138 if (BCValue == LatticeFunc->getOverdefinedVal() ||
139 BCValue == LatticeFunc->getUntrackedVal()) {
146 if (BCValue == LatticeFunc->getUndefVal())
149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 524 LatticeVal BCValue = getValueState(BI->getCondition());
525 ConstantInt *CI = BCValue.getConstantInt();
529 if (!BCValue.isUndefined())
593 LatticeVal BCValue = getValueState(BI->getCondition());
597 ConstantInt *CI = BCValue.getConstantInt();
599 return !BCValue.isUndefined();
    [all...]

Completed in 302 milliseconds