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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 46 /// getOrInitValueState - Return the LatticeVal object that corresponds to the
52 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) {
134 BCValue = getOrInitValueState(BI->getCondition());
176 SCValue = getOrInitValueState(SI.getCondition());
240 LatticeVal PNIV = getOrInitValueState(&PN);
263 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 47 /// getOrInitValueState - Return the LatticeVal object that corresponds to the
53 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) {
135 BCValue = getOrInitValueState(BI->getCondition());
177 SCValue = getOrInitValueState(SI.getCondition());
241 LatticeVal PNIV = getOrInitValueState(&PN);
264 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));

Completed in 329 milliseconds