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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp46 /// getOrInitValueState - Return the LatticeVal object that corresponds to the
52 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) { function in class:SparseSolver
134 BCValue = getOrInitValueState(BI->getCondition());
176 SCValue = getOrInitValueState(SI.getCondition());
240 LatticeVal PNIV = getOrInitValueState(&PN);
263 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
/freebsd-10-stable/contrib/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 62 milliseconds