Searched refs:getStructLatticeValueFor (Results 1 – 3 of 3) sorted by relevance
104 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const;
103 std::vector<ValueLatticeElement> IVs = Solver.getStructLatticeValueFor(V); in tryToReplaceWithConstant()322 return all_of(Solver.getStructLatticeValueFor(U), in findReturnsToZap()
403 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in llvm::SCCPInstVisitor1662 SCCPSolver::getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in SCCPSolver1663 return Visitor->getStructLatticeValueFor(V); in getStructLatticeValueFor()