Searched refs:getStructLatticeValueFor (Results 1 – 3 of 3) sorted by relevance
121 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const;
109 std::vector<ValueLatticeElement> IVs = Solver.getStructLatticeValueFor(V); in tryToReplaceWithConstant()350 return all_of(Solver.getStructLatticeValueFor(U), in findReturnsToZap()
398 std::vector<ValueLatticeElement> getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in llvm::SCCPInstVisitor1569 SCCPSolver::getStructLatticeValueFor(Value *V) const { in getStructLatticeValueFor() function in SCCPSolver1570 return Visitor->getStructLatticeValueFor(V); in getStructLatticeValueFor()