Searched refs:getValueState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp366 /// getValueState - Return the LatticeVal object that corresponds to the
369 LatticeVal &getValueState(Value *V) { function in class:__anon11070::SCCPSolver
393 assert(V->getType()->isStructTy() && "Should use getValueState");
527 LatticeVal BCValue = getValueState(BI->getCondition());
553 LatticeVal SCValue = getValueState(SI->getCondition());
596 LatticeVal BCValue = getValueState(BI->getCondition());
616 LatticeVal SCValue = getValueState(SI->getCondition());
660 if (getValueState(&PN).isOverdefined())
676 LatticeVal IV = getValueState(PN.getIncomingValue(i));
720 mergeInValue(TFRVI->second, F, getValueState(ResultO
[all...]

Completed in 45 milliseconds