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