Home
last modified time | relevance | path

Searched refs:getLatticeValueFor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h125 const ValueLatticeElement &getLatticeValueFor(Value *V) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp122 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()
175 const ValueLatticeElement &IV = Solver.getLatticeValueFor(ExtOp); in simplifyInstsInBlock()
355 return !isOverdefined(Solver.getLatticeValueFor(U)); in findReturnsToZap()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp356 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant()
677 if (!Solver.getLatticeValueFor(A).isOverdefined()) { in isArgumentInteresting()
749 if (isa<Constant>(V) && (Solver.getLatticeValueFor(V).isConstant() || in getPossibleConstants()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp412 const ValueLatticeElement &getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in llvm::SCCPInstVisitor
1577 const ValueLatticeElement &SCCPSolver::getLatticeValueFor(Value *V) const { in getLatticeValueFor() function in SCCPSolver
1578 return Visitor->getLatticeValueFor(V); in getLatticeValueFor()