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

/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp47 /// getOrInitValueState - Return the LatticeVal object that corresponds to the
53 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) { function in class:SparseSolver
135 BCValue = getOrInitValueState(BI->getCondition());
177 SCValue = getOrInitValueState(SI.getCondition());
241 LatticeVal PNIV = getOrInitValueState(&PN);
264 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h151 /// unlike the getOrInitValueState method.
157 /// getOrInitValueState - Return the LatticeVal object that corresponds to the
163 LatticeVal getOrInitValueState(Value *V);

Completed in 471 milliseconds